- mustCallSuper
Removes this layer from its parent layer's child list
Source
@mustCallSuper
void detach() {
_parent?._remove(this);
}
Removes this layer from its parent layer's child list
@mustCallSuper
void detach() {
_parent?._remove(this);
}