CountryListPickerPageArgs constructor
const
CountryListPickerPageArgs({
- required ValueNotifier<
CountriesModel> selectedCountry, - required dynamic onPicked(),
- required List<
CountriesModel> countriesList,
Implementation
const CountryListPickerPageArgs({
required this.selectedCountry,
required this.onPicked,
required this.countriesList,
});