UpiQrCode constructor
const
UpiQrCode({})
Implementation
const UpiQrCode({
super.key,
required this.payeeVpa,
required this.payeeName,
required this.amount,
this.currency = 'INR',
this.txnRef,
this.merchantCode,
this.size = 200,
this.color = const Color(0xFF000000),
});