BannerMessage constructor

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

Implementation

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