getDevicePixelRatio static method

double getDevicePixelRatio(
  1. BuildContext context
)

Implementation

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