order property

double order
final

The numerical order to assign to the widget subtree using FocusTraversalOrder.

Determines the placement of this widget in a sequence of widgets that defines the order in which this node is traversed by the focus policy.

Lower values will be traversed first.

Implementation

final double order;