text property

String? text
getter/setter pair

The text content of the native view.

On Android, this is the text. On iOS, this is the label.

Implementation

String? text;