@@ -381,7 +381,7 @@ class LinearProgressIndicator extends ProgressIndicator {
381
381
382
382
/// The color of the stop indicator.
383
383
///
384
- /// If [year2023] is false or [ThemeData.useMaterial3] is false, then no stop
384
+ /// If [year2023] is true or [ThemeData.useMaterial3] is false, then no stop
385
385
/// indicator will be drawn.
386
386
///
387
387
/// If null, then the [ProgressIndicatorThemeData.stopIndicatorColor] will be used.
@@ -390,7 +390,7 @@ class LinearProgressIndicator extends ProgressIndicator {
390
390
391
391
/// The radius of the stop indicator.
392
392
///
393
- /// If [year2023] is false or [ThemeData.useMaterial3] is false, then no stop
393
+ /// If [year2023] is true or [ThemeData.useMaterial3] is false, then no stop
394
394
/// indicator will be drawn.
395
395
///
396
396
/// Set [stopIndicatorRadius] to 0 to hide the stop indicator.
@@ -401,7 +401,7 @@ class LinearProgressIndicator extends ProgressIndicator {
401
401
402
402
/// The gap between the indicator and the track.
403
403
///
404
- /// If [year2023] is false or [ThemeData.useMaterial3] is false, then no track
404
+ /// If [year2023] is true or [ThemeData.useMaterial3] is false, then no track
405
405
/// gap will be drawn.
406
406
///
407
407
/// Set [trackGap] to 0 to hide the track gap.
@@ -811,7 +811,7 @@ class CircularProgressIndicator extends ProgressIndicator {
811
811
812
812
/// The gap between the active indicator and the background track.
813
813
///
814
- /// If [year2023] is false or [ThemeData.useMaterial3] is false, then no track
814
+ /// If [year2023] is true or [ThemeData.useMaterial3] is false, then no track
815
815
/// gap will be drawn.
816
816
///
817
817
/// Set [trackGap] to 0 to hide the track gap.
0 commit comments