progressBar static method
Implementation
static progressBar({ProgressBarType? type, Color? color, int? width}) {
return ProgressBar(type: type, color: color, width: width);
}
static progressBar({ProgressBarType? type, Color? color, int? width}) {
return ProgressBar(type: type, color: color, width: width);
}