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