const
ListViewCustom(- {Key? key,
- Axis scrollDirection,
- bool reverse,
- bool? primary,
- ScrollPhysics? physics,
- bool shrinkWrap,
- EdgeInsets? padding,
- double? itemExtent,
- Widget? prototypeItem,
- required SliverChildDelegate childrenDelegate,
- double? cacheExtent,
- int? semanticChildCount,
- ScrollViewKeyboardDismissBehavior keyboardDismissBehavior,
- String? restorationId,
- Clip clipBehavior}
)
Implementation
const factory ListViewCustom(
{final Key? key,
final Axis scrollDirection,
final bool reverse,
final bool? primary,
final ScrollPhysics? physics,
final bool shrinkWrap,
final EdgeInsets? padding,
final double? itemExtent,
final Widget? prototypeItem,
required final SliverChildDelegate childrenDelegate,
final double? cacheExtent,
final int? semanticChildCount,
final ScrollViewKeyboardDismissBehavior keyboardDismissBehavior,
final String? restorationId,
final Clip clipBehavior}) = _$ListViewCustom;