TopSnackbarOverlay class
Overlay-based snackbar for top positioning
Constructors
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
hide(
) → void -
show(
BuildContext context, {required String title, String? subtitle, IconData? icon, Color? iconColor, Color? backgroundColor, Gradient? gradient, Duration duration = const Duration(seconds: 3), SnackbarAnimation? animation, SnackbarAnimationDirection? startAnimation, SnackbarAnimationDirection? endAnimation, SnackbarType type = SnackbarType.info, bool dismissible = true, bool dismissOnTap = false, bool showProgressIndicator = false, BorderRadius? borderRadius, double? maxWidth, Color? borderColor, double borderWidth = 0, bool hideLikeCircle = false, VoidCallback? onTap, VoidCallback? onDismissed, double? blur, ImageFilter? backdropFilter, ContentDesignStyle designStyle = ContentDesignStyle.solid, Color? titleColor, Color? subtitleColor, bool showCloseButton = false}) → void