ModalMessage constructor

ModalMessage({
  1. Action? action,
  2. Button? actionButton,
  3. String? backgroundHexColor,
  4. Text? body,
  5. String? imageUrl,
  6. Text? title,
})

Implementation

ModalMessage({
  this.action,
  this.actionButton,
  this.backgroundHexColor,
  this.body,
  this.imageUrl,
  this.title,
});