ToastEntry class
Constructors
- ToastEntry({required ToastBuilder builder, required ToastLocation location, bool dismissible = true, Curve curve = Curves.easeInOut, Duration duration = kDefaultDuration, required CapturedThemes? themes, required CapturedData? data, VoidCallback? onClosed, Duration? showDuration = const Duration(seconds: 5)})
Properties
- builder → ToastBuilder
-
final
- curve → Curve
-
final
- data → CapturedData?
-
final
- dismissible → bool
-
final
- duration → Duration
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- location → ToastLocation
-
final
- onClosed → VoidCallback?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showDuration → Duration?
-
final
- themes → CapturedThemes?
-
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