ElScroll constructor
const
ElScroll({
- Key? key,
- required List<
Widget> children, - ScrollController? controller,
- ScrollPhysics? physics,
- Clip clipBehavior = Clip.hardEdge,
- ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior,
- EdgeInsets? padding,
- double? spacing,
- Widget? spacingWidget,
- bool center = false,
- bool excludeSemantics = false,
- String? debugLabel,
- String? cacheKey,
Implementation
const ElScroll({
super.key,
required this.children,
this.controller,
this.physics,
this.clipBehavior = Clip.hardEdge,
this.keyboardDismissBehavior,
this.padding,
this.spacing,
this.spacingWidget,
this.center = false,
this.excludeSemantics = false,
this.debugLabel,
this.cacheKey,
});