useDefaultSemanticsOrder property

bool useDefaultSemanticsOrder
final

Whether to use the default semantic ordering for the app bar's children for accessibility traversal order.

If this is set to true, the app bar will use the default semantic ordering, which places the flexible space after the main content in the semantics tree. This affects how screen readers and other assistive technologies navigate the app bar's content.

Set this to false if you want to customize semantics traversal order in the app bar. You can then assign SemanticsSortKeys to app bar's children to control the order.

Defaults to true.

See also:

  • SemanticsSortKey, which are keys used to define the accessibility traversal order.

Implementation

final bool useDefaultSemanticsOrder;