initialCountry property

Country? initialCountry
final

The default country to display when no initial value is provided.

If both initialCountry and initialValue are null, defaults to United States. When initialValue is provided, its country takes precedence over this setting.

Implementation

final Country? initialCountry;