hitTestBehavior property

PlatformViewHitTestBehavior hitTestBehavior
getter/setter pair

How to behave during hit testing.

Implementation

// The implicit setter is enough here as changing this value will just affect
// any newly arriving events there's nothing we need to invalidate.
PlatformViewHitTestBehavior hitTestBehavior;