FCalendarYearVariantConstraint extension type
Represents a combination of variants.
See also:
- FCalendarYearVariant, which represents individual variants.
- on
- Implemented types
- Implementers
Constructors
- FCalendarYearVariantConstraint.not(FCalendarYearVariant variant)
-
Creates a FCalendarYearVariantConstraint 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(
FCalendarYearVariantConstraint other) → FCalendarYearVariantConstraint -
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 FCalendarYearVariant
- The Android platform variant.
- desktop → const FCalendarYearVariant
- A platform variant that matches all desktop-based platforms, windows, macOS and linux.
- disabled → const FCalendarYearVariant
- The semantic variant when this widget is disabled and cannot be interacted with.
- focused → const FCalendarYearVariant
- The interaction variant when the given widget or any of its descendants have focus.
- fuchsia → const FCalendarYearVariant
- The Fuchsia platform variant.
- hovered → const FCalendarYearVariant
- The interaction variant when the user drags their mouse cursor over the given widget.
- iOS → const FCalendarYearVariant
- The iOS platform variant.
- linux → const FCalendarYearVariant
- The Linux platform variant.
- macOS → const FCalendarYearVariant
- The macOS platform variant.
- pressed → const FCalendarYearVariant
- The interaction variant when the user is actively pressing down on the given widget.
- primaryFocused → const FCalendarYearVariant
- The interaction variant when a given widget (and not its descendants) has focus.
- today → const FCalendarYearVariant
- The semantic variant when the year is the current year.
- touch → const FCalendarYearVariant
- A platform variant that matches all touch-based platforms, android, iOS and fuchsia.
- web → const FCalendarYearVariant
- The web platform variant.
- windows → const FCalendarYearVariant
- The Windows platform variant.