ListIntervalView.nested constructor
const
ListIntervalView.nested({
- Key? key,
- Axis direction = Axis.vertical,
- num? space,
- Widget? separator,
- num height = 0,
- EdgeInsets? margin,
- ScrollPhysics? physics,
- Color? color,
- bool fullLine = true,
- bool primary = false,
- bool shrinkWrap = true,
- required int? itemCount,
- required IndexedWidgetBuilder? itemBuilder,
- num? mainPadding = 0,
- num? crossPadding = 0,
- num? cacheExtent,
- ScrollController? controller,
- List<
int> ? fullLineIgnoreOfIndex,
Implementation
const ListIntervalView.nested({
Key? key,
this.direction = Axis.vertical,
this.space,
this.separator,
this.height = 0,
this.margin,
this.physics,
this.color,
this.fullLine = true,
this.primary = false,
this.shrinkWrap = true,
required this.itemCount,
required this.itemBuilder,
this.mainPadding = 0,
this.crossPadding = 0,
this.cacheExtent,
this.controller,
this.fullLineIgnoreOfIndex,
}) : this.children = null,
super(key: key);