SquareIconCard constructor
Implementation
const SquareIconCard({
super.key,
required this.title,
required this.subtitle,
required this.icon,
this.color,
this.backgroundColor,
this.elevation = 5,
this.fontSize = 18,
});
const SquareIconCard({
super.key,
required this.title,
required this.subtitle,
required this.icon,
this.color,
this.backgroundColor,
this.elevation = 5,
this.fontSize = 18,
});