v2.0.0alphabet_list_scroll_view
एक कस्टमाइज़ेबल लिस्टव्यू जिसमें A-Z साइड स्क्रॉलबार होता है, जिससे चयनित अक्षर के आइटम में तेजी से जाया जा सकता है।
195लाइक 20430-दिन डाउनलोड120Pub अंक
AndroidiOS
LiewJunTung/alphabet_list_scroll_view open-source repository details.
यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
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.
| 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 |
| 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 |