listview/nui_listview_functions library
Typedefs
-
ListErrorHolderInflater<
T, C> = Widget Function(NUIListViewModel< T, C> data) - ListFixedItemGetter = dynamic Function()
- ListItemInflater = NUIListStatefulWidget Function(dynamic data, int position, NUIListActionController handler)
- ListLoadingInflater = Widget Function(int position)
- ListPlaceHolderInflater = Widget Function()
- ListPositionGetter = int Function()
- ListShadowInflater = BoxDecoration Function()
- OnListItemClickListener = void Function(dynamic data, int position, String action)