CountrySelectorNavigator.draggableBottomSheet constructor

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

Implementation

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