ScanView constructor

ScanView({
  1. Key? key,
  2. bool hasHintText = false,
  3. String? centeredText,
  4. TextStyle? centeredTextStyle,
  5. TextAlign? centeredTextAlignment,
  6. bool hasLightSwitch = true,
  7. bool hasImagePicker = true,
})

Implementation

ScanView({
  Key? key,
  this.hasHintText = false,
  this.centeredText,
  this.centeredTextStyle,
  this.centeredTextAlignment,
  this.hasLightSwitch = true,
  this.hasImagePicker = true,
}) : super(key: key);