QRCodeWidget constructor

const QRCodeWidget({
  1. Key? key,
  2. required IWalletConnectModalService service,
  3. required String logoPath,
})

Implementation

const QRCodeWidget({
  super.key,
  required this.service,
  required this.logoPath,
});