UReceipt constructor
const
UReceipt({})
Implementation
const UReceipt({
required this.title,
required this.amount,
this.icon = Icons.receipt_long_outlined,
this.method,
this.trackingNumber,
this.date,
this.rows = const <UReceiptRow>[],
});