ignoring property

bool ignoring
final

Whether this widget is ignored during hit testing.

Regardless of whether this widget is ignored during hit testing, it will still consume space during layout and be visible during painting.

If ignoring is true, pointer-related SemanticsActions are removed from the semantics subtree. Otherwise, the subtree remains untouched.

Defaults to true.

Implementation

final bool ignoring;