DivListStatus constructor
const
DivListStatus({})
Implementation
const DivListStatus({
this.none,
this.more,
this.noMore,
this.loading,
this.noData,
this.style = const TextStyle(fontSize: 12),
});
const DivListStatus({
this.none,
this.more,
this.noMore,
this.loading,
this.noData,
this.style = const TextStyle(fontSize: 12),
});