XListBuild constructor
const
XListBuild({})
Implementation
const XListBuild({
super.key,
this.expanded = true,
required this.show,
this.backgroundColor,
required this.itemCount,
this.animationType,
this.controller,
this.onRefresh,
this.onLoad,
required this.itemBuilder,
this.empty,
this.title,
});