ProgressBarrier constructor
const
ProgressBarrier({})
Implementation
const ProgressBarrier({
super.key,
required this.child,
required this.show,
this.switchDuration = const Duration(milliseconds: 300),
this.backgroundColor,
this.useBoxIndicator = false,
this.boxBackgroundColor,
this.boxWidget,
this.label,
});