QrPayView constructor

const QrPayView({
  1. Key? key,
  2. required String code,
  3. int size = 256,
})

Implementation

const QrPayView({super.key, required this.code, this.size = 256});