|
@@ -7,7 +7,7 @@ Future<void> showToast(String message, {toastLength: Toast.LENGTH_LONG}) {
|
|
|
toastLength: toastLength,
|
|
|
gravity: ToastGravity.BOTTOM,
|
|
|
timeInSecForIosWeb: 1,
|
|
|
- backgroundColor: Colors.grey[800],
|
|
|
+ backgroundColor: Colors.blueGrey[900],
|
|
|
textColor: Colors.white,
|
|
|
fontSize: 16.0);
|
|
|
}
|