EasyDialogAnimation<D extends EasyDialog> class
abstract
base
Decorations
Migration guide from 2.x to 3.x
Its main purpose is to apply an animation effect to the provided EasyDialog.
See also:
- Inheritance
-
- Object
- EasyDialogDecoration<
D> - EasyDialogAnimation
- Available extensions
Constructors
- EasyDialogAnimation.blurBackground({Color backgroundColor, Curve curve, double amount})
-
Softly applies blur animation.
constfactory
- EasyDialogAnimation.bounce({Curve curve})
-
Applies a bouncing effect.
constfactory
- EasyDialogAnimation.expansion({Curve curve})
-
Expansion from inside to outside.
constfactory
- EasyDialogAnimation.fade({Curve curve})
-
Simple fade transition.
constfactory
- EasyDialogAnimation.fadeBackground({Color backgroundColor, double blur, Curve curve})
-
Applies fade type animation with a specific amount of
blur
.constfactory - EasyDialogAnimation.slideHorizontal({Curve curve, HorizontalSlideDirection direction})
-
Applies a horizontal slide animation.
constfactory
- EasyDialogAnimation.slideVertical({Curve curve, VerticalSlideDirection direction})
-
Applies a vertical slide animation.
constfactory
Properties
Methods
-
call(
D dialog) → Widget -
Implement this method to decorate the
dialog
content appearance.inherited -
dispose(
) → void -
Called when the dialog was disposed.
inherited
-
init(
) → void -
Called when the dialog is created and mounted.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onHidden(
) → void -
Called when the dialog hiding was completed.
inherited
-
onHide(
) → void -
Called when the dialog hiding was started.
inherited
-
onShow(
) → void -
Called when the dialog showing was started.
inherited
-
onShown(
) → void -
Called when the dialog showing was completed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultCurve → const Curve