ShadProgressTheme constructor
const
ShadProgressTheme({
- bool canMerge = true,
- Color? backgroundColor,
- Color? color,
- BorderRadius? borderRadius,
- BorderRadius? innerBorderRadius,
- double? minHeight,
Implementation
const ShadProgressTheme({
bool canMerge = true,
this.backgroundColor,
this.color,
this.borderRadius,
this.innerBorderRadius,
this.minHeight,
}) : _canMerge = canMerge;