ProgressBar constructor
ProgressBar({
- ProgressBarType? type,
- Color? color,
- int? width,
Implementation
ProgressBar({ProgressBarType? type, Color? color, int? width}) {
_type = type;
_color = color;
_width = width;
}