scopesRoute property

bool? scopesRoute
final

If non-null, whether the node corresponds to the root of a subtree for which a route name should be announced.

Generally, this is set in combination with SemanticsConfiguration.explicitChildNodes, since nodes with this flag are not considered focusable by Android or iOS.

See also:

Implementation

final bool? scopesRoute;