FieldBindingController<T> constructor
FieldBindingController<T> (
- FieldBindingParent parent,
- FlutterWidgetBinder binder,
- FieldBindingContext<
T> bindingContext
Creates a new FieldBindingController with the given parent, binder, and context.
Implementation
FieldBindingController(this.parent, this.binder, this.bindingContext);