WeProgress constructor

WeProgress({
  1. double value = 0.0,
  2. double height = 4.0,
  3. BoxDecoration decoration = _decoration,
  4. BoxDecoration? higDecoration,
  5. Widget? beforeWidget,
  6. Widget? afterWidget,
})

Implementation

WeProgress(
    {this.value = 0.0,
    this.height = 4.0,
    this.decoration = _decoration,
    this.higDecoration,
    this.beforeWidget,
    this.afterWidget});