customFontSize static method

double customFontSize(
  1. double fontSize
)

Set Custom FontSize on your own

fontSize (double)

Implementation

static double customFontSize(double fontSize) {
  return fontSize;
}