CountrySelectorNavigator.modalBottomSheet constructor
const
CountrySelectorNavigator.modalBottomSheet({
- double? height,
- 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,
Implementation
const factory CountrySelectorNavigator.modalBottomSheet({
double? height,
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,
}) = ModalBottomSheetNavigator._;