focusManager property
The object in charge of the focus tree.
Rarely used directly. Instead, consider using FocusScope.of to obtain the FocusScopeNode for a given BuildContext.
See FocusManager for more details.
Implementation
FocusManager get focusManager => _buildOwner.focusManager;