year2023 property
- @Deprecated('Set this flag to false to opt into the 2024 progress indicator appearance. Defaults to true. ' 'In the future, this flag will default to false. Use ProgressIndicatorThemeData to customize individual properties. ' 'This feature was deprecated after v3.27.0-0.1.pre.')
final
When true, the LinearProgressIndicator will use the 2023 Material Design 3 appearance.
If null, then the ProgressIndicatorThemeData.year2023 will be used. If that is null, then defaults to true.
If this is set to false, the LinearProgressIndicator 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(
'Set this flag to false to opt into the 2024 progress indicator appearance. Defaults to true. '
'In the future, this flag will default to false. Use ProgressIndicatorThemeData to customize individual properties. '
'This feature was deprecated after v3.27.0-0.1.pre.',
)
final bool? year2023;