HoverStatCard constructor

const HoverStatCard({
  1. Key? key,
  2. required DashboardStat stat,
})

Implementation

const HoverStatCard({super.key, required this.stat});