useHitTesting property

bool useHitTesting
final

When true (the default), mouse events are dispatched via render-tree hit-testing instead of zone scanning. Set to false to fall back to zone-based dispatch.

Implementation

final bool useHitTesting;