TextInputDispatcher constructor

TextInputDispatcher(
  1. RenderContext<LoadInstanceContext> context,
  2. int rootId,
  3. int id,
  4. TextEditingControllerProxy controller,
)

Implementation

TextInputDispatcher(this.context, this.rootId, this.id, this.controller);