getFontSize method

double getFontSize()

Implementation

double getFontSize() {
  return this.size == WuiButtonSize.normal ? 14 : 16;
}