CustomFloatingActionButtonAnimator class

Inheritance

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

getAnimationRestart(double previousValue) double
Gets the progress value to restart a motion animation from when the animation is interrupted.
inherited
getOffset({Offset? begin, Offset? end, double? progress}) Offset
Gets the FloatingActionButton's position relative to the origin of the Scaffold based on progress.
override
getRotationAnimation({Animation<double>? parent}) Animation<double>
Animates the rotation of Scaffold.floatingActionButton.
override
getScaleAnimation({Animation<double>? parent}) Animation<double>
Animates the scale of the FloatingActionButton.
override
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