spa property
double
get
spa
Converts the value to scalable pixels (spa) with an alternate formula.
Implementation
double get spa =>
this *
(((ph + pw) + (240 * OrkittScreenUtils.aspectRatio)) / 2.08) /
100;