menu
html package
documentation
dom.dart
Node
text property
text property
dark_mode
light_mode
text
property
String
?
get
text
Implementation
String? get text => null;
set
text
(
String
?
value
)
Implementation
set text(String? value) {}
html package
documentation
dom
Node
text property
Node class