static final pScale = SharedPod<double, double>( '<Scalable.pScale>', fromValue: (e) => e, toValue: (e) => e, initialValue: 1.0, )..refresh();