FlexSliderIndicatorType enum

Enum used to select the type of built-in value indicator used by Slider.

The current two options included Material 2 default RectangularSliderValueIndicatorShape and Material 3 default DropSliderValueIndicatorShape.

This enum is used by FlexSubThemes.sliderTheme.

Inheritance

Constructors

FlexSliderIndicatorType()
const

Values

rectangular → const FlexSliderIndicatorType

Used to select RectangularSliderValueIndicatorShape as value indicator in FlexSubThemes.sliderTheme.

It is a rounded rectangle with talk bubble pointer to slider thumb.

drop → const FlexSliderIndicatorType

Used to select DropSliderValueIndicatorShape as value indicator in FlexSubThemes.sliderTheme.

It is a like an inverted water drop, or a map pin drop pointing towards the slider thumb.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FlexSliderIndicatorType>
A constant List of the values in this enum, in order of their declaration.