FTextFieldVariantConstraint extension type
Represents a combination of variants.
See also:
- FTextFieldVariant, which represents individual variants.
- on
- Implemented types
- Implementers
Constructors
- FTextFieldVariantConstraint.not(FTextFieldVariant variant)
-
Creates a FTextFieldVariantConstraint that negates
variant.factory
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. -
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.
- desktop → const FTextFieldVariant
- A platform variant that matches all desktop-based platforms, windows, macOS and linux.
- 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.
- touch → const FTextFieldVariant
- A platform variant that matches all touch-based platforms, android, iOS and fuchsia.
- web → const FTextFieldVariant
- The web platform variant.
- windows → const FTextFieldVariant
- The Windows platform variant.