SurveyProgressConfiguration constructor
SurveyProgressConfiguration({
- Color progressbarColor = Colors.white,
- double height = 6.0,
- EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 24.0),
- bool showLabel = false,
- BorderRadius? borderRadius,
- dynamic label()?,
- Color? backgroundColor,
- Color? valueProgressbarColor,
Implementation
SurveyProgressConfiguration({
this.progressbarColor = Colors.white,
this.height = 6.0,
this.padding = const EdgeInsets.symmetric(horizontal: 24.0),
this.showLabel = false,
this.borderRadius,
this.label,
this.backgroundColor,
this.valueProgressbarColor,
});