CircularSliderAppearance class

Constructors

CircularSliderAppearance({CustomSliderWidths? customWidths, CustomSliderColors? customColors, double size = _defaultSize, double startAngle = _defaultStartAngle, double angleRange = _defaultAngleRange, InfoProperties? infoProperties, bool animationEnabled = true, bool counterClockwise = false, bool spinnerMode = false, int spinnerDuration = 1500, double animDurationMultiplier = 1.0})
const

Properties

angleRange double
final
animationEnabled bool
final
animDurationMultiplier double
final
counterClockwise bool
final
customColors CustomSliderColors?
final
customWidths CustomSliderWidths?
final
dotColor Color
no setter
dynamicGradient bool
no setter
gradientStartAngle double
no setter
gradientStopAngle double
no setter
handlerSize double
no setter
hashCode int
The hash code for this object.
no setterinherited
hideShadow bool
no setter
infoBottomLabelStyle TextStyle
no setter
infoBottomLabelText String?
no setter
infoMainLabelStyle TextStyle
no setter
infoModifier PercentageModifier
no setter
infoProperties InfoProperties?
final
infoTopLabelStyle TextStyle
no setter
infoTopLabelText String?
no setter
progressBarColors List<Color>
no setter
progressBarWidth double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor Color
no setter
shadowMaxOpacity double
no setter
shadowStep double?
no setter
shadowWidth double
no setter
size double
final
spinnerDuration int
final
spinnerMode bool
final
startAngle double
final
trackColor Color
no setter
trackColors List<Color>?
no setter
trackGradientStartAngle double
no setter
trackGradientStopAngle double
no setter
trackWidth double
no setter

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