context property

Context context
final

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;