CountrySelectorNavigator constructor

const CountrySelectorNavigator({
  1. List<IsoCode>? countries,
  2. List<IsoCode>? favorites,
  3. bool addFavoriteSeparator = true,
  4. bool showCountryCode = true,
  5. String? noResultMessage,
  6. TextStyle? countryCodeStyle,
  7. TextStyle? countryNameStyle,
  8. TextStyle? searchInputTextStyle,
  9. Color? defaultSearchInputIconColor,
  10. InputDecoration? searchInputDecoration,
  11. ScrollPhysics? scrollPhysics,
  12. BoxShape flagShape = BoxShape.circle,
  13. double flagSize = 48,
  14. bool useRootNavigator = true,
  15. bool showCountryName = true,
  16. bool showCountryFlag = true,
  17. bool showSearchInput = true,
  18. Color? bottomSheetDragHandlerColor,
  19. double? searchInputWidth,
  20. double? searchInputHeight,
})

Implementation

const CountrySelectorNavigator({
  this.countries,
  this.favorites,
  this.addFavoriteSeparator = true,
  this.showCountryCode = true,
  this.noResultMessage,
  this.countryCodeStyle,
  this.countryNameStyle,
  this.searchInputTextStyle,
  this.defaultSearchInputIconColor,
  this.searchInputDecoration,
  this.scrollPhysics,
  this.flagShape = BoxShape.circle,
  this.flagSize = 48,
  this.useRootNavigator = true,
  this.showCountryName = true,
  this.showCountryFlag = true,
  this.showSearchInput = true,
  this.bottomSheetDragHandlerColor,
  this.searchInputWidth,
  this.searchInputHeight,
});