menu
city_pickers package
documentation
modal/point.dart
Point
addChild method
addChild method
dark_mode
light_mode
addChild
method
dynamic
addChild
(
Point
node
)
add node for Point, the node's type must is
Point
Implementation
addChild(Point node) { this.children.add(node); }
city_pickers package
documentation
modal/point
Point
addChild method
Point class