EntryAnimation enum

Defines variants of entry animations

Inheritance

Constructors

EntryAnimation()
const

Values

none → const EntryAnimation

Uses the default entry animation for the dialog.

left → const EntryAnimation

Enters screen horizontally from the left.

Enters screen horizontally from the right.

top → const EntryAnimation

Enters screen horizontally from the top.

bottom → const EntryAnimation

Enters screen horizontally from the bottom.

topLeft → const EntryAnimation

Enters screen from the top left corner.

topRight → const EntryAnimation

Enters screen from the top right corner.

bottomLeft → const EntryAnimation

Enters screen from the bottom left corner.

bottomRight → const EntryAnimation

Enters screen from the bottom right corner.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

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