menu
spark_framework package
documentation
spark.dart
Text
toHtml method
toHtml method
dark_mode
light_mode
toHtml
method
@
override
String
toHtml
(
)
override
Renders the node to an HTML string.
Implementation
@override String toHtml() => const HtmlEscape().convert(text);
spark_framework package
documentation
spark
Text
toHtml method
Text class