renderEditable property
latefinal
The renderer for this widget's descendant.
This property is typically used to notify the renderer of input gestures when RenderEditable.ignorePointer is true.
Implementation
late final RenderEditable renderEditable = _editableKey.currentContext!.findRenderObject()! as RenderEditable;