menu
webf package
documentation
webf.dart
ContainerNode
firstChild property
firstChild property
dark_mode
light_mode
firstChild
property
@
override
Node
?
get
firstChild
override
Implementation
@override Node? get firstChild => _firstChild;
set
firstChild
(
Node
?
value
)
Implementation
set firstChild(Node? value) { _firstChild = value; }
webf package
documentation
webf
ContainerNode
firstChild property
ContainerNode class