TextAnnotation constructor Null safety

TextAnnotation(
  1. {required String? locale,
  2. String? description,
  3. BoundingPoly? boundingPoly}
)

Implementation

TextAnnotation({
  required this.locale,
  this.description,
  this.boundingPoly,
});