hitTestBehavior property

HitTestBehavior hitTestBehavior
final

How to behave during hit testing.

Defaults to HitTestBehavior.opaque which captures all events within bounds. Use HitTestBehavior.translucent if you need events to pass through.

Implementation

final HitTestBehavior hitTestBehavior;