NikuListView constructor
NikuListView({
- NikuListViewType? type,
- Key? key,
- Axis? scrollDirection,
- bool? reverse,
- ScrollController? controller,
- bool? primary,
- ScrollPhysics? physics,
- bool? shrinkWrap,
- NikuEdgeInsets? padding,
- double? itemExtent,
- Widget? prototypeItem,
- bool? addAutomaticKeepAlives,
- bool? addRepaintBoundaries,
- bool? addSemanticIndexes,
- double? cacheExtent,
- List<
Widget> ? children, - int? semanticChildCount,
- DragStartBehavior? dragStartBehavior,
- ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior,
- String? restorationId,
- Clip? clipBehavior,
- int? itemCount,
- IndexedWidgetBuilder? itemBuilder,
- IndexedWidgetBuilder? separatorBuilder,
- SliverChildDelegate? childrenDelegate,
Implementation
NikuListView({
this.type,
this.key,
this.scrollDirection,
this.reverse,
this.controller,
this.primary,
this.physics,
bool? shrinkWrap,
this.padding,
this.itemExtent,
this.prototypeItem,
this.addAutomaticKeepAlives,
this.addRepaintBoundaries,
this.addSemanticIndexes,
this.cacheExtent,
this.children,
this.semanticChildCount,
this.dragStartBehavior,
this.keyboardDismissBehavior,
this.restorationId,
this.clipBehavior,
this.itemCount,
this.itemBuilder,
this.separatorBuilder,
this.childrenDelegate,
}) : _shrinkWrap = shrinkWrap,
super(key: key);