reverse property
bool
get
reverse
Whether the scroll view direction is reversed. AxisDirection.up or AxisDirection.left
Implementation
bool get reverse =>
axisDirection == AxisDirection.up || axisDirection == AxisDirection.left;