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 |