SmartListViewBuilder constructor
SmartListViewBuilder({
- Key? key,
- Axis scrollDirection = Axis.vertical,
- bool reverse = false,
- bool? primary,
- ScrollPhysics? physics,
- bool shrinkWrap = false,
- EdgeInsetsGeometry? padding,
- double? itemExtent,
- Widget? prototypeItem,
- ScrollController? controller,
- bool addAutomaticKeepAlives = true,
- bool addRepaintBoundaries = true,
- int? itemCount,
- required IndexedWidgetBuilder itemBuilder,
- bool addSemanticIndexes = true,
- double? cacheExtent,
- List<
Widget> children = const <Widget>[], - int? semanticChildCount,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
- String? restorationId,
- Clip clipBehavior = Clip.hardEdge,
- dynamic onStart()?,
- dynamic onMedium()?,
- dynamic onEnd()?,
Implementation
SmartListViewBuilder({
Key? key,
super.scrollDirection,
super.reverse,
super.primary,
super.physics,
super.shrinkWrap,
super.padding,
super.itemExtent,
super.prototypeItem,
super.controller,
this.addAutomaticKeepAlives = true,
this.addRepaintBoundaries = true,
this.itemCount,
required this.itemBuilder,
this.addSemanticIndexes = true,
super.cacheExtent,
super.children,
super.semanticChildCount,
super.dragStartBehavior,
super.keyboardDismissBehavior,
super.restorationId,
super.clipBehavior,
this.onStart,
this.onMedium,
this.onEnd,
}) : super(key: key);