getFontSize method
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);
}
It retrieves the correct font size in base of the device type
double getFontSize() {
return getMultipleConditions<double>(this.desktopM, this.desktopS, this.tablet, this.mobileM, this.mobileM);
}