pixelRatio property

double get pixelRatio

设备的像素密度

Implementation

double get pixelRatio => MediaQuery.of(context).devicePixelRatio;