ReusableCard constructor
const
ReusableCard({})
Implementation
const ReusableCard({
super.key,
required this.title,
this.subtitle,
this.icon,
this.onTap,
this.trailing,
this.background,
});
const ReusableCard({
super.key,
required this.title,
this.subtitle,
this.icon,
this.onTap,
this.trailing,
this.background,
});