setSp method

double setSp(
  1. num fontSize
)

Scales a font size with text scale factor consideration.

Implementation

double setSp(num fontSize) => fontSize * scaleRadius;