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