useHitTesting property
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;
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.
final bool useHitTesting;