excludeFromSemantics property

bool excludeFromSemantics
final

Whether the scroll actions introduced by this Scrollable are exposed in the semantics tree.

Text fields with an overflow are usually scrollable to make sure that the user can get to the beginning/end of the entered text. However, these scrolling actions are generally not exposed to the semantics layer.

See also:

Implementation

final bool excludeFromSemantics;