OcrKitView constructor

const OcrKitView({
  1. Key? key,
  2. required void onTextRead(
    1. OcrData data
    )?,
  3. OcrKitController? controller,
})

Implementation

const OcrKitView({super.key, required this.onTextRead, this.controller});