ProgressBarComponent constructor
const
ProgressBarComponent({})
Implementation
const ProgressBarComponent({
required this.current,
required this.total,
this.width = 40,
this.fillChar = '=',
this.emptyChar = ' ',
this.showPercentage = true,
this.showCount = true,
this.renderConfig = const RenderConfig(),
});