UReceiptSheet constructor

const UReceiptSheet({
  1. required UReceipt receipt,
  2. Key? key,
})

Implementation

const UReceiptSheet({required this.receipt, super.key});