Variable EditWidgetBase._wantTabs

class EditWidgetBase
{
  // ...
  bool _wantTabs = true;
  // ...
}