ItemBuilder<T> typedef

ItemBuilder<T> = Widget Function(BuildContext context, Map<String, String> itemData)

Implementation

typedef Widget ItemBuilder<T>(
    BuildContext context, Map<String, String> itemData);