ApprovalSummaryCard constructor
const
ApprovalSummaryCard({})
Implementation
const ApprovalSummaryCard({
Key? key,
this.onTapFunction,
required this.titles,
required this.values,
this.pdfTap,
this.acceptTap,
this.attachmentTap,
this.deleteTap,
this.historyTap,
this.header,
}) : super(key: key);