const StatBox({ Key? key, required this.title, required this.subtitle, required this.color, this.icon, }) : super(key: key);