Variable Widget._parent

parent widget

class Widget
{
  // ...
  Widget _parent;
  // ...
}