AntdProgressBar constructor
const
AntdProgressBar({
- Key? key,
- AntdProgressBarStyle? style,
- AntdStyleBuilder<
AntdProgressBarStyle, AntdProgressBar> ? styleBuilder, - Widget? child,
- AntdColor? color,
- double percent = 0.0,
- double stroke = 8.0,
- Duration duration = const Duration(milliseconds: 1000),
- void onChange(
- double percent
- VoidCallback? onFinish,
Implementation
const AntdProgressBar(
{super.key,
super.style,
super.styleBuilder,
super.child,
super.color,
super.percent = 0.0,
super.stroke = 8.0,
super.duration = const Duration(milliseconds: 1000),
super.onChange,
super.onFinish});