ToastMessage class
Constructors
- ToastMessage({required ToastType type, required String text, Duration duration = const Duration(milliseconds: 2500)})
Properties
Methods
-
icon(
BuildContext context) → RoundedIcon -
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