devicePixelRatio property
override
The FlutterView.devicePixelRatio of the view that the Scrollable associated with this metrics object is drawn into.
Implementation
@override
double get devicePixelRatio => context.devicePixelRatio;
The FlutterView.devicePixelRatio of the view that the Scrollable associated with this metrics object is drawn into.
@override
double get devicePixelRatio => context.devicePixelRatio;