WalletQrcodeScreen constructor

const WalletQrcodeScreen({
  1. Key? key,
  2. required String weblink,
})

Implementation

const WalletQrcodeScreen({super.key, required this.weblink});