prependChild method
void
prependChild(
- Component child
inherited
Implementation
void prependChild(Component child) {
child.parent = this;
}
void prependChild(Component child) {
child.parent = this;
}