WorldPickerOptions constructor
const
WorldPickerOptions({})
Creates a new WorldPickerOptions instance.
All display options default to false
if not specified.
Implementation
const WorldPickerOptions({
this.placeholder,
this.showIsoCode = false,
this.showCurrencyCode = false,
this.inputDecoration,
this.showDialCode = false,
this.favoriteCountries = const [],
});