onChildrenChanged method
This method will be invoked from lifecycle if child
has been added
to or removed from its parent children list.
Implementation
@override
@mustCallSuper
void onChildrenChanged(_, __) {
_recalculateBoundingSize();
}
This method will be invoked from lifecycle if child
has been added
to or removed from its parent children list.
@override
@mustCallSuper
void onChildrenChanged(_, __) {
_recalculateBoundingSize();
}