ToastCard constructor
const
ToastCard({})
Implementation
const ToastCard(
{super.key,
required this.title,
this.subtitle,
this.leading,
this.color,
this.shadowColor,
this.trailing,
this.onTap});