HeadlessPressableState class final
- Annotations
Constructors
- HeadlessPressableState({bool isPressed = false, bool isHovered = false, bool isFocused = false, bool isDisabled = false})
-
const
Properties
Methods
-
copyWith(
{bool? isPressed, bool? isHovered, bool? isFocused, bool? isDisabled}) → HeadlessPressableState -
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