focusNode property

  1. @override
FocusNode get focusNode
override

An object that can be used by a stateful widget to obtain the keyboard focus.

Implementation

@override
FocusNode get focusNode => _focusNode ?? _focusController.focusNode;