UListView constructor
const
UListView({
- required IndexedWidgetBuilder itemBuilder,
- required int itemCount,
- Key? key,
- Widget? header,
- ScrollPhysics? physics,
- bool shrinkWrap = false,
- EdgeInsets? padding,
- ScrollController? scrollController,
- bool? primary,
- bool reverse = false,
Implementation
const UListView({
required this.itemBuilder,
required this.itemCount,
super.key,
this.header,
this.footer,
this.physics,
this.shrinkWrap = false,
this.padding,
this.scrollController,
this.primary,
this.reverse = false,
});