MultiSelectAnimations class

Animation settings for multiselect items

Constructors

MultiSelectAnimations({Duration decorationAimationDuration = const Duration(milliseconds: 250), Curve decorationAnimationCurve = Curves.linear, Duration prefixAimationDuration = const Duration(milliseconds: 150), Curve prefixAnimationCurve = Curves.linear, Duration suffixAimationDuration = const Duration(milliseconds: 150), Curve suffixAnimationCurve = Curves.linear, Duration labelAimationDuration = const Duration(milliseconds: 200), Curve labeAnimationlCurve = Curves.linear})
const

Properties

decorationAimationDuration Duration
Decoration changing animation duration
final
decorationAnimationCurve Curve
Decoration changing in and out animation curve
final
hashCode int
The hash code for this object.
no setterinherited
labeAnimationlCurve Curve
label changing in and out animation curve.
final
labelAimationDuration Duration
label changing animation duration.
final
prefixAimationDuration Duration
Prefix icons changing animation duration.
final
prefixAnimationCurve Curve
Prefix icons changing in and out animation curve.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffixAimationDuration Duration
Suffix icons changing animation duration.
final
suffixAnimationCurve Curve
/label changing in and out animation curve.
final

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