WeProgress constructor
WeProgress({
- double value = 0.0,
- double height = 4.0,
- BoxDecoration decoration = _decoration,
- BoxDecoration? higDecoration,
- Widget? beforeWidget,
- Widget? afterWidget,
Implementation
WeProgress(
{this.value = 0.0,
this.height = 4.0,
this.decoration = _decoration,
this.higDecoration,
this.beforeWidget,
this.afterWidget});