toast abstract method
Widget
toast({
- IconData icon,
- String text,
- Widget button,
- ColorTones color,
- bool autoDismiss = true,
Implementation
Widget toast({
IconData icon,
String text,
Widget button,
ColorTones color,
bool autoDismiss = true,
});