ShadProgressTheme constructor

const ShadProgressTheme({
  1. bool canMerge = true,
  2. Color? backgroundColor,
  3. Color? color,
  4. BorderRadius? borderRadius,
  5. BorderRadius? innerBorderRadius,
  6. double? minHeight,
})

Implementation

const ShadProgressTheme({
  bool canMerge = true,
  this.backgroundColor,
  this.color,
  this.borderRadius,
  this.innerBorderRadius,
  this.minHeight,
}) : _canMerge = canMerge;