devicePixelRatio method

double devicePixelRatio(
  1. BuildContext context
)

Implementation

double devicePixelRatio(BuildContext context) =>
    MediaQuery.of(context).devicePixelRatio;