devicePixelRatio property

  1. @override
double get devicePixelRatio
override

The FlutterView.devicePixelRatio of the view that the Scrollable this ScrollContext is associated with is drawn into.

Implementation

@override
double get devicePixelRatio => MediaQuery.maybeDevicePixelRatioOf(context) ?? View.of(context).devicePixelRatio;