JeaVerticalScrollView constructor
JeaVerticalScrollView({
- Key? key,
- required Widget child,
- EdgeInsetsGeometry? padding,
- bool? primary,
- ScrollPhysics? physics,
- ScrollController? controller,
- String? restorationId,
Implementation
JeaVerticalScrollView({
super.key,
required this.child,
this.padding,
this.primary,
this.physics,
this.controller,
this.restorationId,
});