MilestoneProgressCard constructor
const
MilestoneProgressCard({})
Implementation
const MilestoneProgressCard({
super.key,
required this.title,
required this.subtitle,
this.onTap,
required this.percent,
required this.background,
required this.leftTopGradientOverlay,
this.isCompleted = false,
});