menu
web package
documentation
web.dart
NodeGlue
text property
text property
dark_mode
light_mode
text
property
@
Deprecated
('See Node.textContent')
set
text
(
String
s
)
Implementation
@Deprecated('See Node.textContent') set text(String s) => textContent = s;
web package
documentation
web
NodeGlue
text property
NodeGlue extension on
Node