isCountryButtonPersistent property
This controls wether the country button is alway shown or is hidden by the label when the national number is empty. In flutter terms this controls whether the country button is shown as a prefix or prefixIcon inside the text field.
Implementation
final bool isCountryButtonPersistent;