ComponentInputHandler constructor
ComponentInputHandler(
- FocusManager _focusManager
Creates a new ComponentInputHandler that delegates input events
to the component currently focused by focusManager
.
Implementation
ComponentInputHandler(this._focusManager);