ModulaToast constructor
ModulaToast({})
Implementation
ModulaToast({
required this.message,
this.duration = const Duration(seconds: 3),
this.icon,
this.backgroundColor = Colors.black87,
this.textColor = Colors.white,
});