ToastEntry class
Constructors
- ToastEntry({required Widget builder(BuildContext context, ToastActions), Duration showDuration = const Duration(seconds: 4), Alignment alignment = Alignment.bottomCenter, Duration animationDuration = const Duration(milliseconds: 500), Duration reverseAnimationDuration = const Duration(milliseconds: 200), Curve? animationCurve, Curve? reverseAnimationCurve})
-
const
Properties
- alignment → Alignment
-
final
- animationCurve → Curve?
-
final
- animationDuration → Duration
-
final
- builder → Widget Function(BuildContext context, ToastActions)
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
props
→ List<
Object?> -
no setter
- reverseAnimationCurve → Curve?
-
final
- reverseAnimationDuration → Duration
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showDuration → Duration
-
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.
override