QrScanner constructor

const QrScanner({
  1. Key? key,
  2. required String? title,
  3. required Function? func,
  4. String? hallId,
})

Implementation

const QrScanner({Key? key, required this.title, required this.func, this.hallId}) : super(key: key);