QRCode constructor Null safety

const QRCode(
  1. {Key? key,
  2. required String screenToken}
)

Creates a QRCode for the screen with screenToken.

Implementation

const QRCode({Key? key, required this.screenToken}) : super(key: key);