controllerBuilder property

CreateControllerCallback<C, T?> controllerBuilder
final

A builder that instantiates a controller of type C for a value of type T.

Used to create a field on the fly in the widget tree. For a widget inheriting from EasyCustomFormField, override the createController method instead of using this builder.

Implementation

final CreateControllerCallback<C, T?> controllerBuilder;