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