DjangoflowAppSnackbar class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
dismiss()
→ void
-
-
dismissAll()
→ void
-
-
showError(String message, {SnackBarAction? action, EdgeInsetsGeometry? margin, SnackBarBehavior? behavior, ShapeBorder? shape, DismissDirection dismissDirection = DismissDirection.down})
→ void
-
-
showInAppNotification({String? title, String? body, SnackBarAction? action, TextStyle? titleTextStyle = const TextStyle(fontWeight: FontWeight.bold), TextStyle? bodyTextStyle, Duration duration = const Duration(seconds: 12), EdgeInsetsGeometry? margin, SnackBarBehavior? behavior, ShapeBorder? shape, DismissDirection dismissDirection = DismissDirection.down})
→ void
-
-
showInfo(String message, {SnackBarAction? action, Duration duration = const Duration(seconds: 4), EdgeInsetsGeometry? margin, SnackBarBehavior? behavior, ShapeBorder? shape, DismissDirection dismissDirection = DismissDirection.down})
→ void
-