@@ -343,7 +343,8 @@ class LinearProgressIndicator extends ProgressIndicator {
343
343
this .stopIndicatorRadius,
344
344
this .trackGap,
345
345
@Deprecated (
346
- 'Use ProgressIndicatorTheme to customize the ProgressIndicator appearance. '
346
+ 'Set this flag to false to opt into the 2024 progress indicator appearance. Defaults to true. '
347
+ 'In the future, this flag will default to false. Use ProgressIndicatorThemeData to customize individual properties. '
347
348
'This feature was deprecated after v3.26.0-0.1.pre.' ,
348
349
)
349
350
this .year2023,
@@ -420,7 +421,8 @@ class LinearProgressIndicator extends ProgressIndicator {
420
421
///
421
422
/// If [ThemeData.useMaterial3] is false, then this property is ignored.
422
423
@Deprecated (
423
- 'Use ProgressIndicatorTheme to customize the ProgressIndicator appearance. '
424
+ 'Set this flag to false to opt into the 2024 progress indicator appearance. Defaults to true. '
425
+ 'In the future, this flag will default to false. Use ProgressIndicatorThemeData to customize individual properties. '
424
426
'This feature was deprecated after v3.27.0-0.1.pre.' ,
425
427
)
426
428
final bool ? year2023;
@@ -719,7 +721,8 @@ class CircularProgressIndicator extends ProgressIndicator {
719
721
this .constraints,
720
722
this .trackGap,
721
723
@Deprecated (
722
- 'Use ProgressIndicatorTheme to customize the ProgressIndicator appearance. '
724
+ 'Set this flag to false to opt into the 2024 progress indicator appearance. Defaults to true. '
725
+ 'In the future, this flag will default to false. Use ProgressIndicatorThemeData to customize individual properties. '
723
726
'This feature was deprecated after v3.27.0-0.1.pre.' ,
724
727
)
725
728
this .year2023,
@@ -749,7 +752,8 @@ class CircularProgressIndicator extends ProgressIndicator {
749
752
this .constraints,
750
753
this .trackGap,
751
754
@Deprecated (
752
- 'Use ProgressIndicatorTheme to customize the ProgressIndicator appearance. '
755
+ 'Set this flag to false to opt into the 2024 progress indicator appearance. Defaults to true. '
756
+ 'In the future, this flag will default to false. Use ProgressIndicatorThemeData to customize individual properties. '
753
757
'This feature was deprecated after v3.27.0-0.2.pre.' ,
754
758
)
755
759
this .year2023,
@@ -832,7 +836,8 @@ class CircularProgressIndicator extends ProgressIndicator {
832
836
///
833
837
/// If [ThemeData.useMaterial3] is false, then this property is ignored.
834
838
@Deprecated (
835
- 'Use ProgressIndicatorTheme to customize the ProgressIndicator appearance. '
839
+ 'Set this flag to false to opt into the 2024 progress indicator appearance. Defaults to true. '
840
+ 'In the future, this flag will default to false. Use ProgressIndicatorThemeData to customize individual properties. '
836
841
'This feature was deprecated after v3.27.0-0.2.pre.' ,
837
842
)
838
843
final bool ? year2023;
0 commit comments