didUnmountRenderObject method
- covariant RenderClipPath renderObject
override
This method is called when a RenderObject that was previously associated with this widget is removed from the render tree. The provided RenderObject will be of the same type as the one created by this widget's createRenderObject method.
Implementation
@override
void didUnmountRenderObject(RenderClipPath renderObject) {
renderObject.clipper = null;
}