year2023 property

  1. @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.2.pre.')
bool? year2023
final

Overrides the CircularProgressIndicator.year2023 and LinearProgressIndicator.year2023 properties.

When true, the CircularProgressIndicator and LinearProgressIndicator will use the 2023 Material Design 3 appearance. Defaults to true.

If this is set to false, the CircularProgressIndicator and 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.2.pre.',
)
final bool? year2023;