didUnmountRenderObject method
- covariant RenderObject renderObject
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
@protected
void didUnmountRenderObject(covariant RenderObject renderObject) {}