FactDisplayCard constructor
Implementation
const FactDisplayCard({
super.key,
required this.icon,
required this.title,
required this.subtitle,
this.iconColor = Colors.blue,
this.backgroundColor = Colors.white,
required this.isDark,
});