IntBindingFieldController constructor
IntBindingFieldController(
- FieldBindingParent parent,
- FlutterWidgetBinder binder,
- FieldBindingContext<
int> bindingContext
Implementation
IntBindingFieldController(super.parent, super.binder, super.bindingContext) {
textController.addListener(_onTextChanged);
focusNode.addListener(_onFocusChanged);
}