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