MessageConfig constructor

const MessageConfig({
  1. Color? textColor,
  2. IconData? icon,
  3. Color? backgroundColor,
  4. Duration? duration,
})

Implementation

const MessageConfig({
  this.textColor,
  this.icon,
  this.backgroundColor,
  this.duration,
});