OcrKitView constructor
const
OcrKitView({
- Key? key,
- required void onTextRead(
- OcrData data
- OcrKitController? controller,
Implementation
const OcrKitView({super.key, required this.onTextRead, this.controller});