AntdProgressBaseStyle constructor

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

Implementation

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