ShowQrView constructor

const ShowQrView(
  1. {required GlobalKey<State<StatefulWidget>> qrKey,
  2. required void onQRViewCreated(
    1. QRViewController
    ),
  3. Key? key}
)

Implementation

const ShowQrView({
  required this.qrKey,
  required this.onQRViewCreated,
  super.key,
});