ignoring property

bool ignoring
final

Whether this widget is invisible to hit-testing.

When true, mouse events pass through this widget's subtree. When false, hit-testing behaves normally.

Implementation

final bool ignoring;