AntdProgressCircleStyle constructor

const AntdProgressCircleStyle({
  1. bool inherit = true,
  2. Color? color,
  3. Color? progressColor,
  4. AntdBoxStyle? textStyle,
})

Implementation

const AntdProgressCircleStyle(
    {super.inherit, super.color, super.progressColor, super.textStyle});