defaultProgressIndicatorTheme property

  1. @override
ProgressIndicatorThemeData get defaultProgressIndicatorTheme
override

Implementation

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