AntdProgressBarStyle constructor
const
AntdProgressBarStyle({
- bool inherit = true,
- Color? color,
- Color? progressColor,
- AntdBoxStyle? textStyle,
- double? radius,
Implementation
const AntdProgressBarStyle(
{super.inherit,
super.color,
super.progressColor,
super.textStyle,
this.radius});