VentLinearProgressBar.withText constructor
const
VentLinearProgressBar.withText({})
Implementation
const VentLinearProgressBar.withText({
super.key,
this.height = 8,
this.width = double.infinity,
required this.progress,
this.decimal = 0,
this.animationDuration = const Duration(seconds: 1),
this.withAnimation = true,
this.decoration,
this.onComplete,
this.curve = Curves.linear,
}) : type = VentProgressBarType.WITH_TEXT;