RCheckboxState class final
Checkbox interaction state.
- Annotations
Constructors
- RCheckboxState({bool isPressed = false, bool isHovered = false, bool isFocused = false, bool isDisabled = false, bool isSelected = false, bool isError = false})
-
const
-
RCheckboxState.fromWidgetStates(Set<
WidgetState> states) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toWidgetStates(
) → Set< WidgetState>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited