MetricsCard constructor
const
MetricsCard({})
Implementation
const MetricsCard({
super.key,
required this.title,
required this.subtitle,
required this.rows,
required this.values,
this.note,
this.legend,
this.lowerIsBetter = 'lower is better',
this.style = const MetricsCardStyle(),
});