direction property Null safety
final
Determines the direction of the data pager whether vertical or horizontal.
If it is vertical, the Items will be arranged vertically. Otherwise, Items will be arranged horizontally.
Implementation
final Axis direction;