renderEditor property
The renderer for this widget's editor descendant.
This property is typically used to notify the renderer of input gestures.
Implementation
@override
RenderEditor get renderEditor =>
_editorKey.currentContext!.findRenderObject() as RenderEditor;