CustomListView constructor
const
CustomListView({})
Implementation
const CustomListView({
Key? key,
required this.items,
required this.itemBuilder,
this.backgroundColor,
this.padding,
this.separator,
this.shrinkWrap = true,
this.horizontal = false,
this.width,
this.height,
this.itemHeight,
this.itemWidth,
}) : super(key: key);