CountrySelectorNavigator.searchDelegate constructor

const CountrySelectorNavigator.searchDelegate({
  1. List<IsoCode>? countries,
  2. List<IsoCode>? favorites,
  3. bool addFavoriteSeparator,
  4. bool showCountryCode,
  5. String? noResultMessage,
  6. TextStyle? countryCodeStyle,
  7. TextStyle? countryNameStyle,
  8. ScrollPhysics? scrollPhysics,
  9. double flagSize,
  10. BoxShape flagShape,
  11. bool showCountryName,
  12. bool showCountryFlag,
})

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._;