AnimationFillMode enum
Similar to CSS and JS animations' animation-fill-mode
.
Constructors
- AnimationFillMode(String _value)
-
const
Values
- forwards → const AnimationFillMode
-
AnimationFillMode('forwards')
- backwards → const AnimationFillMode
-
AnimationFillMode('backwards')
- none → const AnimationFillMode
-
AnimationFillMode('none')
- both → const AnimationFillMode
-
AnimationFillMode('both')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AnimationFillMode> - A constant List of the values in this enum, in order of their declaration.