focusNode property
FocusNode
get
focusNode
Gets the UI focus node registered with the controller.
Implementation
FocusNode get focusNode => _focusNode;
Gets the UI focus node registered with the controller.
FocusNode get focusNode => _focusNode;