hitTestBehavior property Null safety

PlatformViewHitTestBehavior hitTestBehavior
read / write

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;