ProgressIndicatorThemeData constructor
Creates the set of properties used to configure ProgressIndicator widgets.
Implementation
const ProgressIndicatorThemeData({
this.color,
this.linearTrackColor,
this.linearMinHeight,
this.circularTrackColor,
this.refreshBackgroundColor,
});