text property
String?
get
text
The text of the annotation in markdown format.
Implementation
String? get text => textField.getValue(_json);
The text of the annotation in markdown format.
String? get text => textField.getValue(_json);