rem method

double rem(
  1. num input
)

Returns font size in rem based on the input and base size

Implementation

double rem(num input) => input * _base * textScaleFactor;