Keyframe class
Similar to CSS and JS animations' keyframes.
Each keyframe has an offset, a style, and an easing property.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, String> - Returns a Map representation of this Keyframe.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited