sc property

double get sc

Multiples the num with the current app scale.

Implementation

// ignore: invalid_use_of_protected_member
double get sc => this * Scalable.pScale.value;