MultiProgressModel constructor
MultiProgressModel({
- Map<
String, ProgressModel> ? bars, - int width = _defaultWidth,
Creates a new multi-progress model.
Implementation
MultiProgressModel({
Map<String, ProgressModel>? bars,
this.width = _defaultWidth,
}) : bars = bars ?? {};