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