TextDetectionParams constructor Null safety

TextDetectionParams(
  1. {required bool enableTextDetectionConfidenceScore}
)

Implementation

TextDetectionParams({required this.enableTextDetectionConfidenceScore});