OudsControlItemStateDeterminer class
A class that determines the state of the item.
Constructors
- OudsControlItemStateDeterminer.new({required bool enabled, required bool isPressed, required bool isHovered, required bool isReadOnly})
Properties
Methods
-
determineControlItemState(
) → OudsControlItemState - Determines the current material state of the control item.
-
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