hitTestBehavior property
final
Defines the behavior of gesture detector used in this Scrollable.
This defaults to HitTestBehavior.opaque which means it prevents targets behind this Scrollable from receiving events.
See also:
- HitTestBehavior, for an explanation on different behaviors.
Implementation
final HitTestBehavior hitTestBehavior;