NoDataWidget constructor
NoDataWidget({})
Implementation
NoDataWidget({
super.key,
required this.theme,
this.height = 250,
this.description,
this.imageRes,
this.imageWidth = 200,
this.imageHeight = 200,
TextStyle? textStyle,
}) {
this.textStyle = textStyle ?? TextStyle(color: theme.textColor(), fontSize: 16.0);
}