FFieldIconBuilder<T> typedef
FFieldIconBuilder<T> =
Widget Function(BuildContext context, T style, Set<WidgetState> states)
A callback for building a field's icon.
style
is the field's style.
states
is the current states of the widget.
Implementation
typedef FFieldIconBuilder<T> = Widget Function(BuildContext context, T style, Set<WidgetState> states);