ProgressCard constructor
const
ProgressCard({})
Implementation
const ProgressCard({
super.key,
required this.title,
this.subtitle,
required this.progress,
this.progressLabel,
this.actionText,
this.actionUrl,
});