FastCard constructor
const
FastCard({})
Implementation
const FastCard({
super.key,
required this.titleText,
this.backgroundColor,
this.titleTextColor,
this.headerActions,
this.footerActions,
this.shadowColor,
this.padding,
this.child,
});