FSliderAxisVariant extension type

Represents a variant.

Each variant has a tier that determines its specificity. Higher tiers take precedence during resolution.

See also:

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(FSliderAxisVariantConstraint other) FSliderAxisVariantConstraint
Combines this with other using 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 FSliderAxisVariant
The Android platform variant.
fuchsia → const FSliderAxisVariant
The Fuchsia platform variant.
iOS → const FSliderAxisVariant
The iOS platform variant.
linux → const FSliderAxisVariant
The Linux platform variant.
macOS → const FSliderAxisVariant
The macOS platform variant.
vertical → const FSliderAxisVariant
The vertical slider variant.
web → const FSliderAxisVariant
The web platform variant.
windows → const FSliderAxisVariant
The Windows platform variant.