WindowsProgressBar constructor
WindowsProgressBar({})
Creates a progress bar for a Windows notification.
Implementation
WindowsProgressBar({
required this.id,
required this.status,
required this.value,
this.title,
this.label,
});