builder property

SunnyFormFieldBuilder<T>? builder
final

This builder should only build the raw input, without any extra stuff, like errors, help text, labels, or otherwise

Implementation

final SunnyFormFieldBuilder<T>? builder;