CustomListWidget constructor
const
CustomListWidget({})
Implementation
const CustomListWidget({
super.key,
this.separator = false,
this.shrinkWrap = true,
this.itemCount = 0,
required this.itemBuilder,
});
const CustomListWidget({
super.key,
this.separator = false,
this.shrinkWrap = true,
this.itemCount = 0,
required this.itemBuilder,
});