pixelRatio property

double get pixelRatio

The size of the media in logical pixels (e.g, the size of the screen).

Implementation

double get pixelRatio =>
    _context != null ? MediaQuery.of(_context!).devicePixelRatio : 1;