HeroFlightDirection enum
Direction of the hero's flight based on the navigation operation.
Constants
- pop → const HeroFlightDirection
-
A flight triggered by a route pop.
The animation goes from 1 to 0.
If no custom HeroFlightShuttleBuilder is supplied, the bottom route's Hero child is shown in flight.
const HeroFlightDirection(1)
- push → const HeroFlightDirection
-
A flight triggered by a route push.
The animation goes from 0 to 1.
If no custom HeroFlightShuttleBuilder is supplied, the top route's Hero child is shown in flight.
const HeroFlightDirection(0)
-
values
→ const List<
HeroFlightDirection> -
A constant List of the values in this enum, in order of their declaration.
const List<
HeroFlightDirection>
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited