VerticalCenterScrollView constructor
const
VerticalCenterScrollView({
- Key? key,
- required Widget child,
- EdgeInsets? padding,
- bool autoPop = false,
- bool hasCloseButton = false,
Implementation
const VerticalCenterScrollView({
super.key,
required this.child,
this.padding,
this.autoPop = false,
this.hasCloseButton = false,
});