const
ListView(- {Key? key,
- Axis scrollDirection,
- bool reverse,
- bool? primary,
- ScrollPhysics? physics,
- bool shrinkWrap,
- EdgeInsets? padding,
- double? itemExtent,
- Widget? prototypeItem,
- bool addAutomaticKeepAlives,
- bool addRepaintBoundaries,
- bool addSemanticIndexes,
- double? cacheExtent,
- List<Widget> children,
- int? semanticChildCount,
- String? restorationId,
- Clip clipBehavior}
)
Implementation
const factory ListView(
{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,
final bool addAutomaticKeepAlives,
final bool addRepaintBoundaries,
final bool addSemanticIndexes,
final double? cacheExtent,
final List<Widget> children,
final int? semanticChildCount,
final String? restorationId,
final Clip clipBehavior}) = _$ListView;