RCheckboxListTileState class final
Checkbox list tile interaction state.
- Annotations
Constructors
- RCheckboxListTileState({bool isPressed = false, bool isHovered = false, bool isFocused = false, bool isDisabled = false, bool isSelected = false, bool isError = false})
-
const
-
RCheckboxListTileState.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