excluding property

bool excluding
final

If true, will make this widget's descendants untraversable.

Defaults to true.

Does not affect the value of FocusNode.skipTraversal on the descendants.

See also:

  • Focus.descendantsAreTraversable, the attribute of a Focus widget that controls this same property for focus widgets.
  • FocusTraversalGroup, a widget used to group together and configure the focus traversal policy for a widget subtree that has a descendantsAreFocusable parameter to conditionally block focus for a subtree.

Implementation

final bool excluding;