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