onClearClick property
Callback triggered when user clicks clear icon. This can be useful if the caller wants to clear other address fields that may be in their form.
Implementation
@override
final void Function()? onClearClick;
Callback triggered when user clicks clear icon. This can be useful if the caller wants to clear other address fields that may be in their form.
@override
final void Function()? onClearClick;