widgets/ny_list_view library

Classes

NyListView<T>
The NyListView widget is a wrapper for the ListView widget. It provides a simple way to display a list of items with full type safety.
NyListViewItemHelper

Typedefs

NyChildBuilder<T> = Widget Function(BuildContext context, T data)
NyChildBuilderWithHelper<T> = Widget Function(BuildContext context, T data, int index, NyListViewItemHelper helper)
NyChildBuilderWithIndex<T> = Widget Function(BuildContext context, T data, int index)