FieldBindingController<T> constructor

FieldBindingController<T>(
  1. FieldBindingParent parent,
  2. FlutterWidgetBinder binder,
  3. FieldBindingContext<T> bindingContext
)

Creates a new FieldBindingController with the given parent, binder, and context.

Implementation

FieldBindingController(this.parent, this.binder, this.bindingContext);