snackbar static method

dynamic snackbar(
  1. String title,
  2. String message, {
  3. Color? backgroundColor,
  4. Color? colorText,
  5. EdgeInsets? margin,
})

Implementation

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