utils/utils library

Classes

AppendedSliverChildBuilderDelegate
A SliverChildBuilderDelegate with an extra item (appendixBuilder) added to the end.
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)