static double setSp(num fontSize) { final calc = instance.calculator; return calc.sp(fontSize, fontSizeResolver: instance.fontSizeResolver); }