excludeFromSemantics property
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:
- GestureDetector.excludeFromSemantics, which is used to accomplish the exclusion.
Implementation
final bool excludeFromSemantics