AnimatedToggleProperties<T> class

Inheritance

Constructors

AnimatedToggleProperties({required T value, required int index, required double animationValue})
const

Properties

animationValue double
A value between 0 and 1.
final
hashCode int
The hash code for this object.
no setterinherited
index int
The index of value.
finalinherited
isValueListed bool
This value indicates if values does contain value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
The value.
finalinherited

Methods

copyWith({T? value, int? index}) AnimatedToggleProperties<T>
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