IndexedScrollController constructor
IndexedScrollController({})
Implementation
IndexedScrollController({
this.initialIndex = 0,
double initialScrollOffset = 0.0,
bool keepScrollOffset = true,
String? debugLabel,
}) : _originIndex = initialIndex,
super(
initialScrollOffset: initialScrollOffset,
keepScrollOffset: keepScrollOffset,
debugLabel: debugLabel,
);