updateScrollIndicator abstract method

void updateScrollIndicator(
  1. double? page,
  2. List<Size>? sizeList,
  3. Duration duration,
  4. ValueNotifier<IndicatorPosition> notifier,
)

Implementation

void updateScrollIndicator(double? page, List<Size>? sizeList,
    Duration duration, ValueNotifier<IndicatorPosition> notifier);