handleScroll method
Implementation
@override
void handleScroll() {
super.handleScroll();
if (_autoSplit) return;
scrollController.updateActiveIndex(widget.alignment);
}
@override
void handleScroll() {
super.handleScroll();
if (_autoSplit) return;
scrollController.updateActiveIndex(widget.alignment);
}