stickySectionIndex property
int
get
stickySectionIndex
get pinned header index
Implementation
int get stickySectionIndex => _stickySectionIndex;
set
stickySectionIndex
(int value)
Implementation
set stickySectionIndex(int value) {
if (_stickySectionIndex == value) {
return;
}
_stickySectionIndex = value;
notifyListeners();
}