itemPadding method
Set the item padding
Implementation
CountryPickerBuilder itemPadding(EdgeInsets? padding) {
_themeData = _themeData.copyWith(itemPadding: padding);
return this;
}
Set the item padding
CountryPickerBuilder itemPadding(EdgeInsets? padding) {
_themeData = _themeData.copyWith(itemPadding: padding);
return this;
}