NoDataView constructor

const NoDataView({
  1. Key? key,
  2. String? imageString,
  3. double? imageSize,
  4. String? noDataContent,
  5. Function? onTap,
  6. Widget? noDataWidget,
  7. String? buttonText,
  8. Color? imageColor = const Color(0xFFBDBDBD),
  9. double? textSize = 12,
  10. Color? containerColor,
  11. Color? buttonTextColor,
})

Implementation

const NoDataView({super.key , this.imageString,this.imageSize,
  this.noDataContent,this.onTap,this.noDataWidget,this.buttonText,
  this.imageColor =const Color(0xFFBDBDBD),this.textSize=12,
  this.containerColor,this.buttonTextColor});