FSliderVariantConstraint extension type

Represents a combination of variants.

See also:

on
Implemented types
Implementers

Constructors

FSliderVariantConstraint.not(FSliderVariant variant)
Creates a FSliderVariantConstraint 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(FSliderVariantConstraint other) FSliderVariantConstraint
Combines this with other using 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 FSliderVariant
The Android platform variant.
desktop → const FSliderVariant
A platform variant that matches all desktop-based platforms, windows, macOS and linux.
disabled → const FSliderVariant
The semantic variant when this widget is disabled and cannot be interacted with.
fuchsia → const FSliderVariant
The Fuchsia platform variant.
iOS → const FSliderVariant
The iOS platform variant.
linux → const FSliderVariant
The Linux platform variant.
macOS → const FSliderVariant
The macOS platform variant.
touch → const FSliderVariant
A platform variant that matches all touch-based platforms, android, iOS and fuchsia.
web → const FSliderVariant
The web platform variant.
windows → const FSliderVariant
The Windows platform variant.