FillRemainsScrollView constructor
const
FillRemainsScrollView({
- Key? key,
- ScrollController? controller,
- ScrollPhysics? physics,
- required Widget child,
Implementation
const FillRemainsScrollView({
super.key,
this.controller,
this.physics,
required this.child,
});