NoData constructor
const
NoData({})
Implementation
const NoData({
super.key,
this.text = 'no_data',
this.icon = Icons.sentiment_very_dissatisfied,
this.iconSize = 42,
this.height = 100,
});
const NoData({
super.key,
this.text = 'no_data',
this.icon = Icons.sentiment_very_dissatisfied,
this.iconSize = 42,
this.height = 100,
});