sliding_indicator_listview library
Classes
- SlidingIndicatorListView
- A customizable ListView with a sliding indicator that animates and syncs with item selection.
Enums
- IndicatorSide
- Determines which side of the ListView the indicator should be rendered on.
Typedefs
- SlidingListItemBuilder = Widget Function(BuildContext context, int index, bool isSelected)
-
A builder function for the items in the list, which also provides
whether the item at the given
indexis currently selected.