TextRecognizerPainter constructor

TextRecognizerPainter(
  1. RecognizedText recognizedText,
  2. Size absoluteImageSize,
  3. InputImageRotation rotation,
  4. RenderBox renderBox,
  5. Function getScannedText, {
  6. double boxLeftOff = 4,
  7. double boxBottomOff = 2,
  8. double boxRightOff = 4,
  9. double boxTopOff = 2,
  10. Function? getRawData,
  11. Paint? paintboxCustom,
})

Implementation

TextRecognizerPainter(this.recognizedText, this.absoluteImageSize,
    this.rotation, this.renderBox, this.getScannedText,
    {this.boxLeftOff = 4,
    this.boxBottomOff = 2,
    this.boxRightOff = 4,
    this.boxTopOff = 2,
    this.getRawData,
    this.paintboxCustom});