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.
Defaults to HitTestBehavior.opaque.
Implementation
final HitTestBehavior hitTestBehavior;