CountrySelectorNavigator constructor
const
CountrySelectorNavigator({
- List<
IsoCode> ? countries, - List<
IsoCode> ? favorites, - bool addFavoriteSeparator = true,
- bool showCountryCode = true,
- String? noResultMessage,
- TextStyle? countryCodeStyle,
- TextStyle? countryNameStyle,
- TextStyle? searchInputTextStyle,
- Color? defaultSearchInputIconColor,
- InputDecoration? searchInputDecoration,
- ScrollPhysics? scrollPhysics,
- BoxShape flagShape = BoxShape.circle,
- double flagSize = 48,
- bool showCountryName = true,
- bool showCountryFlag = true,
- bool showSearchInput = true,
- Color? bottomSheetDragHandlerColor,
- double? searchInputWidth,
- 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,
});