addChild method

void addChild(
  1. GridChild child
)

Implementation

void addChild(GridChild child) {
  children.add(child);
}