PairingCodeText constructor Null safety
Creates the PairingCodeText which invokes the onPairingCodeGenerated callback every time a new code is generated.
Implementation
const PairingCodeText({Key? key, required this.onPairingCodeGenerated})
: super(key: key);