traversalEdgeBehavior property
Controls the transfer of focus beyond the first and the last items of a FocusScopeNode.
If set to null, Navigator.routeTraversalEdgeBehavior is used.
Implementation
@override
TraversalEdgeBehavior? get traversalEdgeBehavior =>
_traversalEdgeBehavior ?? super.traversalEdgeBehavior;