BottomCard constructor
const
BottomCard({})
Implementation
const BottomCard({
Key? key,
required this.title,
required this.subtitle,
this.onViewInfo,
this.onDeleteInfo,
this.onEditInfo,
this.height = 450,
this.cardName = "Info",
this.topWidget,
this.bottomWidget,
}) : super(key: key);