menu
kitawi package
documentation
kitawi.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;
kitawi package
documentation
kitawi
NodeGlue
text property
NodeGlue extension on
Node