sliderTheme property
SliderThemeData
get
sliderTheme
Implementation
SliderThemeData get sliderTheme => SliderThemeData(
activeTrackColor: colorScheme.primary,
inactiveTrackColor: colorScheme.surfaceContainerHighest,
thumbColor: colorScheme.primary,
overlayColor: colorScheme.primary.withValues(alpha: 0.12),
valueIndicatorColor: colorScheme.primary,
valueIndicatorTextStyle: textTheme.bodySmall?.copyWith(
color: colorScheme.onPrimary,
),
);