SliderColors
Represents the color used by a Slider in different states.
Parameters
thumb color when enabled
color of the track in the part that is "active", meaning that the thumb is ahead of it
colors to be used to draw tick marks on the active track, if steps
is specified
color of the track in the part that is "inactive", meaning that the thumb is before it
colors to be used to draw tick marks on the inactive track, if steps
are specified on the Slider is specified
thumb colors when disabled
color of the track in the "active" part when the Slider is disabled
colors to be used to draw tick marks on the active track when Slider is disabled and when steps
are specified on it
color of the track in the "inactive" part when the Slider is disabled
colors to be used to draw tick marks on the inactive part of the track when Slider is disabled and when steps
are specified on it
Constructors
create an instance with arbitrary colors. See SliderDefaults.colors for the default implementation that follows Material specifications.
Properties
Functions
Returns a copy of this SelectableChipColors, optionally overriding some of the values. This uses the Color.Unspecified to mean “use the value from the source”