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.

Implementation

final bool absorbing;