showError static method
Show an error snackbar
Implementation
static void showError(BuildContext context, String message) {
_show(context, message, Colors.red, Icons.error);
}
Show an error snackbar
static void showError(BuildContext context, String message) {
_show(context, message, Colors.red, Icons.error);
}