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.
This value applies to both axes.
Implementation
final HitTestBehavior hitTestBehavior;