devicePixelRatio top-level property
Get the device pixel
Implementation
final double devicePixelRatio =
WidgetsBinding.instance.platformDispatcher.views.first.devicePixelRatio;
Get the device pixel
final double devicePixelRatio =
WidgetsBinding.instance.platformDispatcher.views.first.devicePixelRatio;