const
Widget.listViewCustom(- {Key? key,
- @Default(Axis.vertical) Axis scrollDirection,
- @Default(false) bool reverse,
- bool? primary,
- ScrollPhysics? physics,
- @Default(false) bool shrinkWrap,
- EdgeInsets? padding,
- double? itemExtent,
- Widget? prototypeItem,
- required SliverChildDelegate childrenDelegate,
- double? cacheExtent,
- int? semanticChildCount,
- @Default(ScrollViewKeyboardDismissBehavior.manual) ScrollViewKeyboardDismissBehavior keyboardDismissBehavior,
- String? restorationId,
- @Default(Clip.hardEdge) Clip clipBehavior}
)
Implementation
const factory Widget.listViewCustom({
Key? key,
@Default(Axis.vertical) Axis scrollDirection,
@Default(false) bool reverse,
bool? primary,
ScrollPhysics? physics,
@Default(false) bool shrinkWrap,
EdgeInsets? padding,
double? itemExtent,
Widget? prototypeItem,
required SliverChildDelegate childrenDelegate,
double? cacheExtent,
int? semanticChildCount,
@Default(ScrollViewKeyboardDismissBehavior.manual)
ScrollViewKeyboardDismissBehavior keyboardDismissBehavior,
String? restorationId,
@Default(Clip.hardEdge) Clip clipBehavior,
}) = ListViewCustom;