AppMessage constructor

const AppMessage({
  1. Key? key,
  2. String? icon = 'assets/image/empty/empty_record_no@3x.png',
  3. String? message,
  4. bool? fullscreen = false,
})

Implementation

const AppMessage({Key? key, this.icon = 'assets/image/empty/empty_record_no@3x.png', this.message, this.fullscreen = false}) : super(key: key);