Text constructor
Text(
- String text, {
- TextAnnotations? annotations,
- Uri? url,
Main text constructor.
Required the text
itself. Also can receive the annotations
and/or the url
of the text.
Implementation
Text(this.text, {this.annotations, this.url});