MenuItemMaterialStateProperty<T> class abstract

Implemented types
Implementers

Properties

disabled → T?
no setter
enabled → T?
no setter
focused → T?
no setter
hashCode int
The hash code for this object.
no setteroverride
hovered → T?
no setter
pressed → T?
no setter
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>
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.
inherited
toString() String
A string representation of this object.
override

Operators

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