CountrySelectorNavigator.page constructor

const CountrySelectorNavigator.page({
  1. bool addSeparator,
  2. bool showCountryCode,
  3. bool sortCountries,
  4. String? noResultMessage,
  5. TextStyle? subtitleStyle,
  6. TextStyle? titleStyle,
  7. InputDecoration? searchBoxDecoration,
  8. TextStyle? searchBoxTextStyle,
  9. Color? searchBoxIconColor,
  10. ScrollPhysics? scrollPhysics,
  11. ThemeData? appBarTheme,
})

Implementation

const factory CountrySelectorNavigator.page({
  bool addSeparator,
  bool showCountryCode,
  bool sortCountries,
  String? noResultMessage,
  TextStyle? subtitleStyle,
  TextStyle? titleStyle,
  InputDecoration? searchBoxDecoration,
  TextStyle? searchBoxTextStyle,
  Color? searchBoxIconColor,
  ScrollPhysics? scrollPhysics,
  ThemeData? appBarTheme,
}) = PageNavigator._;