framework/focus library

Classes

Focus
A widget that makes its child focusable via keyboard navigation.
FocusManager
Singleton manager for focus state across the widget tree.
FocusNode
Represents a focusable node in the widget tree.
RenderFocus
Render object that handles focus visual state.

Functions

clearFocusOrder() → void

Typedefs

KeyHandler = bool Function(KeyEvent)
Signature for key event handlers. Return true if the event was handled.