SliceFromUpTransitionController class

Inheritance

Constructors

SliceFromUpTransitionController(TickerProvider ticker, Duration duration, [dynamic onFinished()?])
Constructor

Properties

animation Animation<double>
Animation
getter/setter pair
controllerAnimation AnimationController
Animation controller
getter/setter pair
duration Duration
Animation duration
finalinherited
hashCode int
The hash code for this object.
no setterinherited
onFinished → dynamic Function()?
Handle on animation finished
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showing bool
Getter Animation finished
no setter
ticker TickerProvider
Ticker provider
finalinherited

Methods

generateAnimation(AnimationController controller) CurvedAnimation
Generate animation
inherited
generateAnimationController() AnimationController
Generate animation controller
inherited
hide() → void
Hide animation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show() → void
Show animation
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited