onClearClick property

  1. @override
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

@override
final void Function()? onClearClick;