setSize method

void setSize(
  1. double newfontsize
)

change the font size of the widgeton the fly

Implementation

void setSize(double newfontsize) {
  widgetState.setNewFontSize(newfontsize);
}