attach method
void
attach(
- RenderObject child
inherited
Implementation
void attach(RenderObject child) {
children.add(child);
child.parent = this;
}
void attach(RenderObject child) {
children.add(child);
child.parent = this;
}