defaultProgressIndicatorTheme property
Implementation
@override
ProgressIndicatorThemeData get defaultProgressIndicatorTheme =>
ProgressIndicatorThemeData(
color: foregroundColor.withValues(alpha: .30),
linearMinHeight: progressIndicatorStrokeWidth,
linearTrackColor: foregroundColor.withValues(alpha: .15),
refreshBackgroundColor: foregroundColor.withValues(alpha: .15),
);