devicePixelRatio property

  1. @override
double devicePixelRatio
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;