Variable MouseEvent._trackingWidget

widget which currently tracks mouse events

class MouseEvent
{
  // ...
  Widget _trackingWidget;
  // ...
}