TextOrcScan constructor
const
TextOrcScan({})
Implementation
const TextOrcScan({
Key? key,
this.painBoxLeftOff = 4,
this.painBoxRightOff = 4,
this.painBoxBottomOff = 2.7,
this.painBoxTopOff = 2.7,
this.boxRadius = 0,
required this.widgetHeight,
required this.getScannedText,
this.paintboxCustom,
this.throttlingInterval = const Duration(milliseconds: 900),
}) : super(key: key);