menu
markdown_rich_text package
documentation
html.dart
Node
firstChild property
firstChild property
dark_mode
light_mode
firstChild
property
Node
?
get
firstChild
Implementation
Node? get firstChild => nodes.isNotEmpty ? nodes[0] : null;
markdown_rich_text package
documentation
html
Node
firstChild property
Node class