utils/paged_child_builder_delegate library

Classes

PagedChildBuilderDelegate<ItemType>
Supplies builders for the visual components of paged views.

Typedefs

ItemWidgetBuilder<ItemType> = Widget Function(BuildContext context, ItemType item, int index, dynamic onUpdate(ItemType newItem), dynamic onDelete(), List<ItemType> items)