GlobalMsg constructor

GlobalMsg(
  1. String text, {
  2. Color bgColor = Colors.teal,
  3. Duration duration = defaultDuration,
})

Implementation

GlobalMsg(this.text, {
  Color this.bgColor = Colors.teal,
  Duration this.duration = defaultDuration,
});