getDevicePixelRatio static method
Implementation
static double getDevicePixelRatio(BuildContext context) {
return MediaQuery.of(Plotline.ctx).devicePixelRatio;
}
static double getDevicePixelRatio(BuildContext context) {
return MediaQuery.of(Plotline.ctx).devicePixelRatio;
}