FFieldClearIconBuilder<S> typedef
FFieldClearIconBuilder<S> =
Widget Function(BuildContext context, S style, VoidCallback clear)
A callback for building a clear icon.
style is the field's style.
clear is the callback to clear the field's content.
Implementation
typedef FFieldClearIconBuilder<S> = Widget Function(BuildContext context, S style, VoidCallback clear);