SnackBarExtensionData class

Constructors

SnackBarExtensionData(SnackBar? snackBar)

Properties

context BuildContext?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snackBar SnackBar?
getter/setter pair

Methods

hide() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() → void
setAction(SnackBarAction action) → void
setAnimation(Animation<double> animation) → void
setBackgroundColor(Color color) → void
setBehavior(SnackBarBehavior behavior) → void
setContent(Widget content) → void
setDismissDirection(DismissDirection dismissDirection) → void
setElevation(double elevation) → void
setOnVisible(dynamic onVisible()) → void
setShape(ShapeBorder shape) → void
show([Widget? content]) → void
showTill({Widget? content, required Function run}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited