ShowQrView constructor
- {required GlobalKey<
State< qrKey,StatefulWidget> > - required void onQRViewCreated( ),
- Key? key}
Implementation
const ShowQrView({
required this.qrKey,
required this.onQRViewCreated,
super.key,
});
const ShowQrView({
required this.qrKey,
required this.onQRViewCreated,
super.key,
});