ScrollableDetails.vertical constructor
- bool reverse = false,
- ScrollController? controller,
- ScrollPhysics? physics,
- Clip? decorationClipBehavior,
A constructor specific to a Scrollable with an Axis.vertical.
Implementation
const ScrollableDetails.vertical({
bool reverse = false,
this.controller,
this.physics,
this.decorationClipBehavior,
}) : direction = reverse ? AxisDirection.up : AxisDirection.down;