MNoData constructor

const MNoData(
  1. Future<void> onPressed()?, {
  2. String? noDataText,
  3. Widget? noDataImage,
  4. double? topSpace,
  5. Key? key,
})

Implementation

const MNoData(
  this.onPressed, {
  this.noDataText,
  this.noDataImage,
  this.topSpace,
  super.key,
});