ScreenTransitionAware class abstract

Constructors

ScreenTransitionAware()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

didPopNextScreen() → void
Called when the top screen has been popped off, and the current screen shows up.
didPushNextScreen() → void
Called when a new screen has been pushed, and the current screen is no longer visible.
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