EntryAnimation enum

Defines variants of entry animations

Inheritance

Constructors

EntryAnimation()
const

Values

normal → const EntryAnimation

Appears in Center, standard Material dialog entrance animation, i.e. slow fade-in in the center of the screen.

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.