unmount method
override
This method has been overridden in order to detach this instance from the AnimatedListController and to dispose the render object AnimatedRenderSliverList.
Implementation
@override
void unmount() {
widget.controller?._setAdaptor(null);
renderObject.dispose();
super.unmount();
}