Append child to the end of this render object's child list.
Source
void add(ChildType child) { insert(child, after: _lastChild); }
Append child to the end of this render object's child list.
void add(ChildType child) { insert(child, after: _lastChild); }