Flutter
widgets
ScrollMetrics
pixels property
pixels
ScrollMetrics class
Constructors
ScrollMetrics
Properties
atEdge
axis
axisDirection
extentAfter
extentBefore
extentInside
maxScrollExtent
minScrollExtent
outOfRange
pixels
viewportDimension
hashCode
runtimeType
Methods
copyWith
noSuchMethod
toString
Operators
operator ==
pixels property
double
pixels
The current scroll position, in logical pixels along the
axisDirection
.
Implementation
double get pixels;