behavior property
final
How this gesture detector should behave during hit testing.
This defaults to HitTestBehavior.deferToChild.
Implementation
final HitTestBehavior? behavior;
How this gesture detector should behave during hit testing.
This defaults to HitTestBehavior.deferToChild.
final HitTestBehavior? behavior;