ProgressTheme constructor

const ProgressTheme({
  1. Color? color,
  2. Color? backgroundColor,
  3. BorderRadiusGeometry? borderRadius,
  4. double? minHeight,
})

Creates a ProgressTheme.

Implementation

const ProgressTheme({
  this.color,
  this.backgroundColor,
  this.borderRadius,
  this.minHeight,
});