Flutter
widgets
ScrollMetrics
axis property
axis
ScrollMetrics class
Constructors
ScrollMetrics
Properties
atEdge
axis
axisDirection
extentAfter
extentBefore
extentInside
maxScrollExtent
minScrollExtent
outOfRange
pixels
viewportDimension
hashCode
runtimeType
Methods
copyWith
noSuchMethod
toString
Operators
operator ==
axis property
Axis
axis
The axis in which the scroll view scrolls.
Implementation
Axis get axis => axisDirectionToAxis(axisDirection);