focusNode property

FocusNode focusNode
getter/setter pair

Focus node that request a focus when some node is tap or moved this attribute must be initialized in the init of the main widget node editor

Implementation

late FocusNode focusNode;