alphabet_list_scroll 0.0.3 copy "alphabet_list_scroll: ^0.0.3" to clipboard
alphabet_list_scroll: ^0.0.3 copied to clipboard

A customizable listview with A-Z side scrollbar to fast jump to the item of the selected character. Quick scroll through list via dragging through alphabets.

Alphabet List Scroll View #

A customizable listview with A-Z side scrollbar to fast jump to the item of the selected character. Quick scroll through list via dragging through alphabets.

API #

name type default description
strList List - List of Strings
itemBuilder itemBuilder(context, index) - itemBuilder similar to itemBuilder in ListView.builder
highlightTextStyle bool false highlight the focused pin box.
normalTextStyle Color Colors.black Set color of the focused pin box.
showPreview bool true show preview on screen
keyboardUsage bool true The alphabet list will be wrapped in scrollview.
indexedHeight double Function(int) query the height of widget with index
headerWidgetList List headers
locale Locale Locale('en') Change the language of the List Scroll

AlphabetScrollListHeader #

name type default description
widgetList List []
icon Icon Icon shows in the side alphabet list and the preview
indexedHeaderHeight double Function(int) query the height of header with index
0
likes
70
pub points
27%
popularity

Publisher

unverified uploader

A customizable listview with A-Z side scrollbar to fast jump to the item of the selected character. Quick scroll through list via dragging through alphabets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, vibration

More

Packages that depend on alphabet_list_scroll