ProgressTheme constructor
      const
      ProgressTheme({ 
    
- Color? color,
- Color? backgroundColor,
- BorderRadiusGeometry? borderRadius,
- double? minHeight,
Creates a ProgressTheme.
Implementation
const ProgressTheme({
  this.color,
  this.backgroundColor,
  this.borderRadius,
  this.minHeight,
});