onChanged property
Callback invoked when the phone number changes.
Called whenever the user changes either the country selection or the phone number text. The callback receives a PhoneNumber object containing both the selected country and entered number.
Implementation
final ValueChanged<PhoneNumber>? onChanged;