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

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