CountrySelectorNavigator.searchDelegate constructor
const
CountrySelectorNavigator.searchDelegate({})
Implementation
const factory CountrySelectorNavigator.searchDelegate({
List<IsoCode>? countries,
List<IsoCode>? favorites,
bool addFavoriteSeparator,
bool showCountryCode,
String? noResultMessage,
TextStyle? countryCodeStyle,
TextStyle? countryNameStyle,
ScrollPhysics? scrollPhysics,
double flagSize,
BoxShape flagShape,
bool showCountryName,
bool showCountryFlag,
}) = SearchDelegateNavigator._;