fixedFontSize static method

dynamic fixedFontSize(
  1. double fontSize
)

Implementation

static fixedFontSize(double fontSize) {
  return fontSize / Screen.textScaleFactor;
}