addChild method

dynamic addChild(
  1. Tag child
)

Implementation

addChild(Tag child) {
  _childs.add(child);
}