builder property

The builder used to decorate the text-field. It should always use the given child.

Defaults to returning the given child.

Implementation

final Widget Function(BuildContext, FTextFieldStyle, Set<WidgetState>, Widget) builder;