onChildrenChanged method
This method will be invoked from lifecycle if child
has been added
to or removed from its parent children list.
Implementation
@override
void onChildrenChanged(Component child, ChildrenChangeType type) {
layoutChildren();
}