detach method

  1. @override
void detach()
override

Called when the RenderObject is removed from the tree.

Implementation

@override
void detach() {
  span = null;
  _offset = null;
  super.detach();
}