DyScanUiSettings constructor

const DyScanUiSettings({
  1. IOSUiSettings iOSUiSettings = const IOSUiSettings(),
  2. HelperTextUiSettings helperTextUiSettings = const HelperTextUiSettings(),
  3. CornerUiSettings cornerUiSettings = const CornerUiSettings(),
  4. Color? bgColor,
  5. double? bgOpacity,
  6. bool showRotateButton = false,
  7. bool vibrateOnCompletion = true,
  8. bool lightTorchWhenDark = false,
})

Implementation

const DyScanUiSettings({
  this.iOSUiSettings = const IOSUiSettings(),
  this.helperTextUiSettings = const HelperTextUiSettings(),
  this.cornerUiSettings = const CornerUiSettings(),
  this.bgColor,
  this.bgOpacity,
  this.showDynetiLogo = true,
  this.showRotateButton = false,
  this.vibrateOnCompletion = true,
  this.lightTorchWhenDark = false,
});