LerpMenuItemProperties<T> class

Inheritance

Properties

a MenuItemMaterialStateProperty<T?>?
final
b MenuItemMaterialStateProperty<T?>?
final
disabled → T?
no setterinherited
enabled → T?
no setterinherited
focused → T?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hovered → T?
no setterinherited
lerp → T Function(T, T, double)
final
pressed → T?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
t double
final

Methods

copyWith({T? enabled, T? disabled, T? hovered, T? focused, T? pressed}) MenuItemMaterialStateProperty<T>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(Set<MaterialState> states) → T?
Returns a value of type T that depends on states.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited