Variable Widget._trackHover

does widget need to track mouse Hover

class Widget
{
  // ...
  bool _trackHover;
  // ...
}