NoInternetSnackbar class
class to enable the user to customize their own No Internet Snackbar
Constructors
- NoInternetSnackbar({required IconData prefixIcon, required String snackMessage, required Color snackBackgroundColor, required Color dismissBarrierColor})
-
const
Properties
- dismissBarrierColor → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefixIcon → IconData
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snackBackgroundColor → Color
-
final
- snackMessage → String
-
final
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