editorFocusNode property

FocusNode? editorFocusNode
getter/setter pair

node of the TextField used in the editor. Used to ensure the editor input is selected after the ButtonRow was clicked

Implementation

FocusNode? editorFocusNode;