traversalEdgeBehavior property

TraversalEdgeBehavior? traversalEdgeBehavior
final

Controls the transfer of focus beyond the first and the last items in a popover. Defaults to TraversalEdgeBehavior.closedLoop.

Contract

Throws AssertionError if both focusNode and traversalEdgeBehavior are not null.

Implementation

final TraversalEdgeBehavior? traversalEdgeBehavior;