QRCodeWidget constructor
const
QRCodeWidget({
- Key? key,
- required IWalletConnectModalService service,
- required String logoPath,
Implementation
const QRCodeWidget({
super.key,
required this.service,
required this.logoPath,
});