menu
bones_ui package
documentation
bones_ui_test.dart
DOMNodeRuntime<T>
text property
text property
dark_mode
light_mode
text
property
String
get
text
Returns the text of this
node
.
Implementation
String get text;
set
text
(
String
value
)
Sets the text of this
node
.
Implementation
set text(String value);
bones_ui package
documentation
bones_ui_test
DOMNodeRuntime<T>
text property
DOMNodeRuntime class