year2023 property
- @Deprecated('Use SliderTheme to customize the Slider appearance. ' 'This feature was deprecated after v3.27.0-0.1.pre.')
final
When true, the Slider will use the 2023 Material Design 3 appearance. Defaults to true.
If this is set to false, the Slider will use the latest Material Design 3 appearance, which was introduced in December 2023.
If ThemeData.useMaterial3 is false, then this property is ignored.
Implementation
@Deprecated(
'Use SliderTheme to customize the Slider appearance. '
'This feature was deprecated after v3.27.0-0.1.pre.',
)
final bool? year2023;