handleScroll method

  1. @override
void handleScroll()
override

Implementation

@override
void handleScroll() {
  super.handleScroll();
  if (_autoSplit) return;

  scrollController.updateActiveIndex(widget.alignment);
}