AppSingleChildScrollView constructor
const
AppSingleChildScrollView({
- Key? key,
- Widget? child,
- ScrollController? controller,
- Axis scrollDirection = Axis.vertical,
- bool reverse = false,
Implementation
const AppSingleChildScrollView({
super.key,
this.child,
this.controller,
this.scrollDirection = Axis.vertical,
this.reverse = false,
});