detach method
See RenderObject.detach.
Implementation
@override
void detach() {
super.detach();
// The Layer might no longer be visible. We'll figure out whether it gets
// re-attached later.
_scheduleIntersectionObservationUpdate();
}
See RenderObject.detach.
@override
void detach() {
super.detach();
// The Layer might no longer be visible. We'll figure out whether it gets
// re-attached later.
_scheduleIntersectionObservationUpdate();
}