absorbing property

bool absorbing
final

Whether this widget absorbs pointers during hit testing.

Regardless of whether this render object absorbs pointers during hit testing, it will still consume space during layout and be visible during painting.

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

Defaults to true.

Implementation

final bool absorbing;