FTextFieldVariant extension type
Represents a variant.
Each variant has a tier that determines its specificity. Higher tiers take precedence during resolution.
See also:
- FTextFieldVariantConstraint, 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(
FTextFieldVariantConstraint other) → FTextFieldVariantConstraint -
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 FTextFieldVariant
- The Android platform variant.
- disabled → const FTextFieldVariant
- The semantic variant when this widget is disabled and cannot be interacted with.
- error → const FTextFieldVariant
- The semantic variant when this widget is in an error state.
- focused → const FTextFieldVariant
- The interaction variant when the given widget or any of its descendants have focus.
- fuchsia → const FTextFieldVariant
- The Fuchsia platform variant.
- hovered → const FTextFieldVariant
- The interaction variant when the user drags their mouse cursor over the given widget.
- iOS → const FTextFieldVariant
- The iOS platform variant.
- linux → const FTextFieldVariant
- The Linux platform variant.
- macOS → const FTextFieldVariant
- The macOS platform variant.
- pressed → const FTextFieldVariant
- The interaction variant when the user is actively pressing down on the given widget.
- web → const FTextFieldVariant
- The web platform variant.
- windows → const FTextFieldVariant
- The Windows platform variant.