Constructors
-
CountrySelectorNavigator({List<IsoCode>? countries, List<IsoCode>? favorites, @Deprecated('This is always on, this can be safely removed') bool addSeparator = true, @Deprecated('Use [showDialCode] instead') bool? showCountryCode, bool? showDialCode, bool sortCountries = false, String? noResultMessage, required bool searchAutofocus, TextStyle? subtitleStyle, TextStyle? titleStyle, InputDecoration? searchBoxDecoration, TextStyle? searchBoxTextStyle, Color? searchBoxIconColor, ScrollPhysics? scrollPhysics, double flagSize = 40, bool useRootNavigator = true})
-
const
-
CountrySelectorNavigator.bottomSheet({List<IsoCode>? countries, List<IsoCode>? favorites, @Deprecated('This is always on, this can be safely removed') bool addSeparator, @Deprecated('Use [showDialCode] instead') bool? showCountryCode, bool? showDialCode, bool sortCountries, String? noResultMessage, bool searchAutofocus, TextStyle? subtitleStyle, TextStyle? titleStyle, InputDecoration? searchBoxDecoration, TextStyle? searchBoxTextStyle, Color? searchBoxIconColor, ScrollPhysics? scrollPhysics})
-
const
factory
-
CountrySelectorNavigator.dialog({double? height, double? width, List<IsoCode>? countries, List<IsoCode>? favorites, @Deprecated('This is always on, this can be safely removed') bool addSeparator, @Deprecated('Use [showDialCode] instead') bool? showCountryCode, bool? showDialCode, bool sortCountries, String? noResultMessage, bool searchAutofocus, TextStyle? subtitleStyle, TextStyle? titleStyle, InputDecoration? searchBoxDecoration, TextStyle? searchBoxTextStyle, Color? searchBoxIconColor, ScrollPhysics? scrollPhysics})
-
const
factory
-
CountrySelectorNavigator.draggableBottomSheet({double initialChildSize, double minChildSize, double maxChildSize, BorderRadiusGeometry? borderRadius, List<IsoCode>? countries, List<IsoCode>? favorites, @Deprecated('This is always on, this can be safely removed') bool addSeparator, @Deprecated('Use [showDialCode] instead') bool? showCountryCode, bool? showDialCode, double flagSize, bool sortCountries, String? noResultMessage, bool searchAutofocus, TextStyle? subtitleStyle, TextStyle? titleStyle, InputDecoration? searchBoxDecoration, TextStyle? searchBoxTextStyle, Color? searchBoxIconColor, ScrollPhysics? scrollPhysics})
-
const
factory
-
CountrySelectorNavigator.modalBottomSheet({double? height, List<IsoCode>? countries, List<IsoCode>? favorites, @Deprecated('This is always on, this can be safely removed') bool addSeparator, @Deprecated('Use [showDialCode] instead') bool? showCountryCode, bool? showDialCode, bool sortCountries, String? noResultMessage, bool searchAutofocus, TextStyle? subtitleStyle, TextStyle? titleStyle, InputDecoration? searchBoxDecoration, TextStyle? searchBoxTextStyle, Color? searchBoxIconColor, ScrollPhysics? scrollPhysics})
-
const
factory
-
CountrySelectorNavigator.page({List<IsoCode>? countries, List<IsoCode>? favorites, @Deprecated('This is always on, this can be safely removed') bool addSeparator, @Deprecated('Use [showDialCode] instead') bool? showCountryCode, bool? showDialCode, bool sortCountries, String? noResultMessage, TextStyle? subtitleStyle, TextStyle? titleStyle, InputDecoration? searchBoxDecoration, TextStyle? searchBoxTextStyle, Color? searchBoxIconColor, ScrollPhysics? scrollPhysics, @Deprecated('Use [Theme] instead to wrap the input, this has no effetct') ThemeData? appBarTheme})
-
const
factory