CountrySelectorNavigator.draggableBottomSheet constructor
const
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,
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._;