toast method
Implementation
toast({Color color = Colors.white}) => Fluttertoast.showToast(
msg: this,
textColor: color,
toastLength: Toast.LENGTH_SHORT,
backgroundColor: Colors.black);
toast({Color color = Colors.white}) => Fluttertoast.showToast(
msg: this,
textColor: color,
toastLength: Toast.LENGTH_SHORT,
backgroundColor: Colors.black);