alphabet_list_view library
Classes
- AlphabetListView
- A ListView with sticky headers and an iOS-like clickable sidebar.
- AlphabetListViewItemGroup
- Item groups shown in the list.
- AlphabetListViewOptions
- Options class.
- DefaultAlphabetListHeader
- DefaultAlphabetListHeader
- DefaultAlphabetOverlay
- DefaultAlphabetOverlay
- DefaultScrollbarSymbol
- DefaultScrollbarSymbol
- DefaultScrollbarSymbols
- Default symbols used by the sidebar.
- ListOptions
- Options for the list of the AlphabetListView.
- OverlayOptions
- Options for the overlay of the AlphabetListView
- ScrollbarOptions
- Options for the scrollbar of the AlphabetListView
Enums
- AlphabetScrollbarItemState
- The status of the sidebar symbols.
- AlphabetScrollbarPosition
- The position of the scrollbar in relation to the list.
Typedefs
- SymbolBuilder = Widget Function(BuildContext context, String symbol)
- Typedef for SymbolBuilder
- SymbolStateBuilder = Widget Function(BuildContext context, String symbol, AlphabetScrollbarItemState state)
- Typedef for SymbolStateBuilder