DraftModeFormListItemBuilder<ItemType> typedef

DraftModeFormListItemBuilder<ItemType> = Widget Function(ItemType item, bool isSelected)

Implementation

typedef DraftModeFormListItemBuilder<ItemType> = Widget Function(
  ItemType item,
  bool isSelected,
);