menu
markdown_widget package
documentation
widget/span_node.dart
TextNode
TextNode constructor
TextNode constructor
dark_mode
light_mode
TextNode
constructor
TextNode
(
{
String
text
=
''
,
TextStyle
?
style
,
})
Implementation
TextNode({this.text = '', TextStyle? style}) { this.style = style ?? const TextStyle(); }
markdown_widget package
documentation
widget/span_node
TextNode
TextNode constructor
TextNode class