AxisDirectionGetter typedef
A function that determines the axis direction
associated with an item at a given index.
Implementation
typedef AxisDirectionGetter = AxisDirection? Function(int index);
A function that determines the axis direction
associated with an item at a given index.
typedef AxisDirectionGetter = AxisDirection? Function(int index);