year2023 property

  1. @Deprecated('Use ProgressIndicatorTheme to customize the ProgressIndicator appearance. ' 'This feature was deprecated after v3.27.0-0.2.pre.')
bool? year2023
final

When true, the CircularProgressIndicator 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 CircularProgressIndicator 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 ProgressIndicatorTheme to customize the ProgressIndicator appearance. '
  'This feature was deprecated after v3.27.0-0.2.pre.',
)
final bool? year2023;