builder property

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

Defaults to returning the given child.

Implementation

final ValueWidgetBuilder<(FTextFieldStyle, Set<WidgetState>)> builder;