OneScroll constructor
const
OneScroll({
- Key? key,
- Widget? child,
- List<
Widget> ? children, - EdgeInsets? padding,
- bool isThin = true,
- bool bottomBigPadding = false,
- ScrollController? controller,
- double? addPadding,
- ScrollPhysics? physics,
Implementation
const OneScroll({
super.key,
this.child,
this.children,
this.padding,
this.isThin = true,
this.bottomBigPadding = false,
this.controller,
this.addPadding,
this.physics,
});