ResolvedMenuItemMaterialStateProperty<T> class

Inheritance

Constructors

ResolvedMenuItemMaterialStateProperty({T? enabled, T? disabled, T? hovered, T? focused, T? pressed})

Properties

disabled → T?
final
enabled → T?
final
focused → T?
final
hashCode int
The hash code for this object.
no setterinherited
hovered → T?
final
pressed → T?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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