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