ItemBuilder typedef

ItemBuilder = Widget Function(Country country)

Implementation

typedef Widget ItemBuilder(Country country);