GNNoDataFound constructor

const GNNoDataFound({
  1. Key? key,
  2. String? imagePath,
  3. String? message,
  4. Widget? child,
})

Implementation

const GNNoDataFound({
  super.key,
  this.imagePath,
  this.message,
  this.child,
});