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