spa property

double get spa

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

Implementation

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