OudsControlStateDeterminer class
A class that determines the state of the OudsCheckbox/OudsRadioButton/OudsSwitch.
Constructors
- OudsControlStateDeterminer.new({required bool enabled, bool isHovered = false, bool isPressed = false, bool isReadOnly = false})
Properties
Methods
-
determineControlState(
) → OudsControlState - Determines the current material state of the control.
-
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