TextAnnotation constructor

TextAnnotation({
  1. List<Page>? pages,
  2. String? text,
})

Implementation

TextAnnotation({this.pages, this.text});