focusManager property
final
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
final FocusManager focusManager = FocusManager()