LocalHeroController class

Constructors

LocalHeroController.new({required TickerProvider vsync, required Duration duration, required Curve curve, required RectTweenSupplier createRectTween, required Object tag})

Properties

createRectTween RectTweenSupplier
getter/setter pair
curve Curve
getter/setter pair
duration Duration?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAnimating bool
no setter
final
linkedOffset Offset
no setter
linkedSize Size?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag Object
final
view Animation<double>
no setter

Methods

addListener(VoidCallback listener) → void
addStatusListener(AnimationStatusListener listener) → void
animateIfNeeded(Rect rect) → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(VoidCallback listener) → void
removeStatusListener(AnimationStatusListener listener) → void
toString() String
A string representation of this object.
inherited

Operators

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