spa property

double spa

Calculates the sp (Scalable Pixel) based on Issue #27

Implementation

double get spa =>
    this * (((h + w) + (240 * Device.aspectRatio)) / 2.08) / 100;