AntdProgressBarStyle constructor

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

Implementation

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