open fun teardownStickyHeaderView(@NotNull stickyHeader: View): Unit
Overrides StickyHeaderCallbacks.teardownStickyHeaderView
Optional callback to perform tear down operation on the sticky view, by default it doesn't do anything.
The sub-classes should override the function if they are using sticky header feature.