Phone Picker Ui Field
constructor(initialValue: CountryCodeFieldData, label: LbcTextSpec?, placeholder: LbcTextSpec?, id: String, savedStateHandle: SavedStateHandle, isFieldInError: (CountryCodeFieldData) -> UiFieldError?, uiFieldStyleData: UiFieldStyleData = DefaultUiFieldStyleData(), onValueChange: (CountryCodeFieldData) -> Unit, readOnly: Boolean = false, enabled: Boolean = true, keyboardOptions: KeyboardOptions = KeyboardOptions.Default, keyboardActions: KeyboardActions = KeyboardActions.Default, phoneFieldRenderer: PhoneFieldRenderer, coroutineScope: CoroutineScope, countryPickerBottomSheetRenderer: CountryPickerBottomSheetRenderer)