Scanner constructor

const Scanner({
  1. bool clickToCapture = false,
  2. dynamic key,
})

Implementation

const Scanner({this.clickToCapture = false, key}) : super(key: key);