getFontSize method

double getFontSize()

Implementation

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