showErrorSnackBar method
Implementation
void showErrorSnackBar({required String message}) {
showSnackBar(
message: message,
backgroundColor: Colors.red,
color: Colors.white,
);
}
void showErrorSnackBar({required String message}) {
showSnackBar(
message: message,
backgroundColor: Colors.red,
color: Colors.white,
);
}