The set of easing curves in the Material specification.
See also:
- M3 guidelines: Easing tokens
- M3 guidelines: Applying easing and duration
- Curves, for a collection of non-Material animation easing curves.
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
Constants
- emphasizedAccelerate → const Curve
- The emphasizedAccelerate easing curve in the Material specification.
- emphasizedDecelerate → const Curve
- The emphasizedDecelerate easing curve in the Material specification.
- legacy → const Curve
- The legacy easing curve in the Material specification.
- legacyAccelerate → const Curve
- The legacyAccelerate easing curve in the Material specification.
- legacyDecelerate → const Curve
- The legacyDecelerate easing curve in the Material specification.
- linear → const Curve
- The linear easing curve in the Material specification.
- standard → const Curve
- The standard easing curve in the Material specification.
- standardAccelerate → const Curve
- The standardAccelerate easing curve in the Material specification.
- standardDecelerate → const Curve
- The standardDecelerate easing curve in the Material specification.