context property
The rendering and event Context this focus manager operates within.
The Context provides cursor offsets, which are used to translate
mouse coordinates into component bounds space in _isWithinBounds
.
Implementation
final Context context;