CountrySelectorNavigator.bottomSheet constructor

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

Implementation

const factory CountrySelectorNavigator.bottomSheet({
  List<IsoCode>? countries,
  List<IsoCode>? favorites,
  bool addFavoriteSeparator,
  bool showCountryCode,
  String? noResultMessage,
  bool showSearchInput,
  TextStyle? countryCodeStyle,
  TextStyle? countryNameStyle,
  InputDecoration? searchInputDecoration,
  TextStyle? searchInputTextStyle,
  Color? defaultSearchInputIconColor,
  Color? bottomSheetDragHandlerColor,
  ScrollPhysics? scrollPhysics,
  double flagSize,
  BoxShape flagShape,
  bool showCountryName,
  bool showCountryFlag,
  double? searchInputHeight,
  double? searchInputWidth,
}) = BottomSheetNavigator._;