onClearClick property
void Function()?
onClearClick
final
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
abstract final void Function()? onClearClick;