ActionCard constructor
Creates an ActionCard with customizable appearance and behavior.
Implementation
const ActionCard({
super.key,
required this.onPressed,
this.icon = Icons.add_a_photo,
this.iconSize = 90,
this.iconColor = const Color(0xFF2E5355),
this.backgroundColor = const Color(0xFFFFF2D8),
this.width = 325,
});