EasyDialogAnimationConfiguration class sealed Dialogs Migration guide from 2.x to 3.x

Configuration of EasyDialogAnimation.

This is typically used to configure the Animation that is created by EasyDialogsController which implies to drive any kind of animations that can be applied to the dialog.

Constructors

EasyDialogAnimationConfiguration.bounded({double? startValue, Duration duration, Duration reverseDuration, double lowerBound, double upperBound})
See AnimationController.
const
factory
EasyDialogAnimationConfiguration.unbounded({double startValue, Duration duration, Duration reverseDuration})
See AnimationController.unbounded.
const
factory
EasyDialogAnimationConfiguration.withController(AnimationController controller, {bool willForward, bool willReverse, bool willDispose})
Create configuration using an AnimationController.
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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