tick method
Implementation
@mustCallSuper
void tick({bool fromChild = false}) {
if (_enableTickToParent) {
_parent?.tick(fromChild: true);
}
}
@mustCallSuper
void tick({bool fromChild = false}) {
if (_enableTickToParent) {
_parent?.tick(fromChild: true);
}
}