SnackbarExt extension

on

Methods

showSnackBar({required String message, Duration duration = const Duration(seconds: 3), SnackBarAction? action, Color? backgroundColor, double? elevation, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, ShapeBorder? shape, bool isDismissible = true, bool showIcon = false, IconData? icon, Color? iconColor, double? iconSize, TextStyle? textStyle, SnackBarBehavior behavior = SnackBarBehavior.floating, DismissDirection dismissDirection = DismissDirection.horizontal, double? actionOverflowThreshold, void onVisible()?}) → void