EmptyComponent constructor
const
EmptyComponent({})
Implementation
const EmptyComponent({
super.key,
this.title = 'Chưa có dữ liệu',
this.subtitle = 'Keep up the good work!',
this.imageUrl,
this.width,
this.height,
});