FillViewportScrollView constructor
const
FillViewportScrollView({
- Key? key,
- required Widget child,
- Axis scrollDirection = Axis.vertical,
- bool reverse = false,
- ScrollPhysics? physics,
Implementation
const FillViewportScrollView({
super.key,
required this.child,
this.scrollDirection = Axis.vertical,
this.reverse = false,
this.physics,
});