Variable EditWidgetBase._maxFontSize

class EditWidgetBase
{
  // ...
  int _maxFontSize = -1;
  // ...
}