CountryPickerItemBuilder typedef

CountryPickerItemBuilder = Widget Function(BuildContext context, Country country, bool isSelected, VoidCallback onSelect, Widget defaultItem)

Implementation

typedef CountryPickerItemBuilder = Widget Function(
  BuildContext context,
  Country country,
  bool isSelected,
  VoidCallback onSelect,
  Widget defaultItem,
);