devicePixelRatio property
double
get
devicePixelRatio
similar to MediaQuery.devicePixelRatioOf(context)
Implementation
double get devicePixelRatio => MediaQuery.devicePixelRatioOf(this);
similar to MediaQuery.devicePixelRatioOf(context)
double get devicePixelRatio => MediaQuery.devicePixelRatioOf(this);