OverlayAnimationType enum

Animation types for overlay show/hide transitions.

Inheritance
Available extensions

Values

fade → const OverlayAnimationType

Simple fade in/out animation.

scale → const OverlayAnimationType

Scale animation from center.

fadeScale → const OverlayAnimationType

Scale with fade combined.

slideDown → const OverlayAnimationType

Slide from top with fade.

slideUp → const OverlayAnimationType

Slide from bottom with fade.

slideLeft → const OverlayAnimationType

Slide from left with fade.

slideRight → const OverlayAnimationType

Slide from right with fade.

bounceScale → const OverlayAnimationType

Bounce scale animation.

elasticScale → const OverlayAnimationType

Elastic scale animation.

flipX → const OverlayAnimationType

Flip animation on X axis.

flipY → const OverlayAnimationType

Flip animation on Y axis.

zoomIn → const OverlayAnimationType

Zoom in animation.

none → const OverlayAnimationType

No animation (instant show/hide).

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

Constants

values → const List<OverlayAnimationType>
A constant List of the values in this enum, in order of their declaration.