FLineCalendarItemVariantConstraint extension type
Represents a combination of variants.
See also:
- FLineCalendarItemVariant, which represents individual variants.
- on
- Implemented types
- Implementers
Constructors
- FLineCalendarItemVariantConstraint.not(FLineCalendarItemVariant variant)
-
Creates a FLineCalendarItemVariantConstraint 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(
FLineCalendarItemVariantConstraint other) → FLineCalendarItemVariantConstraint -
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 FLineCalendarItemVariant
- The Android platform variant.
- desktop → const FLineCalendarItemVariant
- A platform variant that matches all desktop-based platforms, windows, macOS and linux.
- disabled → const FLineCalendarItemVariant
- The semantic variant when this widget is disabled.
- focused → const FLineCalendarItemVariant
- The interaction variant when the widget or descendants have focus.
- fuchsia → const FLineCalendarItemVariant
- The Fuchsia platform variant.
- hovered → const FLineCalendarItemVariant
- The interaction variant when hovered.
- iOS → const FLineCalendarItemVariant
- The iOS platform variant.
- linux → const FLineCalendarItemVariant
- The Linux platform variant.
- macOS → const FLineCalendarItemVariant
- The macOS platform variant.
- pressed → const FLineCalendarItemVariant
- The interaction variant when pressed.
- primaryFocused → const FLineCalendarItemVariant
- The interaction variant when this widget has focus.
- selected → const FLineCalendarItemVariant
- The semantic variant when this item has been selected.
- today → const FLineCalendarItemVariant
- The semantic variant when the item represents today.
- touch → const FLineCalendarItemVariant
- A platform variant that matches all touch-based platforms, android, iOS and fuchsia.
- web → const FLineCalendarItemVariant
- The web platform variant.
- windows → const FLineCalendarItemVariant
- The Windows platform variant.