FCheckboxVariant extension type
Represents a variant.
Each variant has a tier that determines its specificity. Higher tiers take precedence during resolution.
See also:
- FCheckboxVariantConstraint, which represents combinations of variants.
- on
- Implemented types
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
and(
FCheckboxVariantConstraint other) → FCheckboxVariantConstraint -
Combines this with
otherusing a logical AND operation.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
satisfiedBy(
Set< FVariant> variants) → bool -
Returns true if all variants in this constraint are present in
variants.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- android → const FCheckboxVariant
- The Android platform variant.
- disabled → const FCheckboxVariant
- The semantic variant when this widget is disabled and cannot be interacted with.
- error → const FCheckboxVariant
- The semantic variant when this widget is in an error state.
- focused → const FCheckboxVariant
- The interaction variant when the given widget or any of its descendants have focus.
- fuchsia → const FCheckboxVariant
- The Fuchsia platform variant.
- hovered → const FCheckboxVariant
- The interaction variant when the user drags their mouse cursor over the given widget.
- iOS → const FCheckboxVariant
- The iOS platform variant.
- linux → const FCheckboxVariant
- The Linux platform variant.
- macOS → const FCheckboxVariant
- The macOS platform variant.
- pressed → const FCheckboxVariant
- The interaction variant when the user is actively pressing down on the given widget.
- selected → const FCheckboxVariant
- The semantic variant when this widget is selected/checked.
- web → const FCheckboxVariant
- The web platform variant.
- windows → const FCheckboxVariant
- The Windows platform variant.