SliderThemeData class

Theme data for Slider.

Annotations

Constructors

SliderThemeData({Color? disabledColor, Color? activeColor, Color? activeHoverColor, Color? trackColor, Color? hightlightColor})
Creates a SliderThemeData.
const

Properties

activeColor Color?
The active color.
final
activeHoverColor Color?
The active hover color.
final
disabledColor Color?
The disabled color.
final
hashCode int
The hash code for this object.
no setteroverride
hightlightColor Color?
The highlight color.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackColor Color?
The track color.
final

Methods

copyWith({Color? disabledColor, Color? activeColor, Color? activeHoverColor, Color? trackColor, Color? hightlightColor}) SliderThemeData
Makes a copy of SliderThemeData overwriting selected fields.
merge(SliderThemeData? other) SliderThemeData
Merges the theme data SliderThemeData.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant SliderThemeData other) bool
The equality operator.
override