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