open fun isStickyHeader(position: Int): Boolean
Overrides StickyHeaderCallbacks.isStickyHeader
Called to check if the item at the position is a sticky item, by default returns false. The sub-classes should override the function if they are using sticky header feature.