free_scroll_listview library

Classes

AnimationData
animation data
FreeScrollListView<T>
free scroll listview
FreeScrollListViewController<T>
free scroll listview controller
FreeScrollListViewState<T>
free scroll listview state
RectHolder
rect holder
TimeStampDebouncer
time stamp debouncer

Enums

FreeScrollAlign
free scroll align
FreeScrollListViewActionType
free scroll listview action type

Extensions

IterableExtensions on Iterable<E>
定义一个扩展方法 mapIndexed

Functions

offsetRectList(Map<int, Rect> rectMap, double offset) → void
offset rect list

Typedefs

FreeScrollListASyncListener = Future Function(FreeScrollListViewActionType type, {dynamic data})
addition controller
FreeScrollListSyncListener = void Function(FreeScrollListViewActionType type, {dynamic data})
addition controller
FreeScrollOnIndexChange = void Function(int data)
on item show
FreeScrollOnItemShow = void Function(List<int> data)
on item show
WillReachCallback = Future Function()
will reach callback