snackbar static method
dynamic
snackbar(
- String title,
- String message, {
- Color? backgroundColor,
- Color? colorText,
- EdgeInsets? margin,
Implementation
static snackbar(
String title,
String message, {
Color? backgroundColor,
Color? colorText,
EdgeInsets? margin,
}) {}