verticalScrollable property
The ScrollableState of the vertical axis.
Accessible by calling TwoDimensionalScrollable.of.
Alternatively, Scrollable.of can be used by providing Axis.vertical
to the axis
parameter.
Implementation
ScrollableState get verticalScrollable {
assert(_verticalOuterScrollableKey.currentState != null);
return _verticalOuterScrollableKey.currentState!;
}