TextElement constructor

TextElement({
  1. String? text,
  2. String? recognizedLanguage,
  3. Rect? boundingBox,
  4. List<Offset>? corners,
})

Implementation

TextElement({
  this.text,
  this.recognizedLanguage,
  this.boundingBox,
  this.corners,
});