scrollDirection property
final
The Axis along which the scroll view's offset increases.
For the direction in which active scrolling may be occurring, see ScrollDirection.
Defaults to Axis.vertical.
Implementation
final Axis scrollDirection;