MiniEmpty constructor

const MiniEmpty({
  1. Key? key,
  2. String? message,
  3. Widget? icon,
})

Implementation

const MiniEmpty({
  super.key,
  this.message,
  this.icon,
});