TopSnackBar class

Display the default snackbar at top

Inheritance

Constructors

TopSnackBar([SnackBar? snackbar])
Constructor for displaying the default snackbar at top
const

Properties

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?
Provide custom Snackbar
finalinherited
snackbarPosition SnackbarPosition?
Provide the position of the Snackbar if the default snackbar is consumed
finalinherited

Methods

display(BuildContext context) → void
Display Default Snackbar widget
inherited
hide(BuildContext context) → void
Hide Default Snackbar widget
inherited
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