Easing class abstract
Animation easing representing an easing function to be used during animations.
Constructors
- Easing(EasingFunction easingFunction)
-
Creates an instance of Easing using a predefined easing function.
factory
-
Easing.withSampledPoints(List<
Point2D> points) -
Creates an instance of customized Easing using a specified number of points describing an
easing function.
factory
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
-
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