fixedFontSize static method

double fixedFontSize(
  1. double fontSize
)

Implementation

static double fixedFontSize(double fontSize) => fontSize / textScaleFactor;