FancyScrollBar<T> constructor
const
FancyScrollBar<T> ({})
Implementation
const FancyScrollBar({
super.key,
required this.horizontalPadding,
required this.onIndexChanged,
required this.initialIndex,
required this.items,
this.scrollViewHeight,
this.indicatorHeight,
this.controller,
});