getFontSize method

double getFontSize()

It retrieves the correct font size in base of the device type

Implementation

double getFontSize() {
  return getMultipleConditions<double>(this.desktopM, this.desktopS, this.tablet, this.mobileM, this.mobileM);
}