devicePixelRatio function

double devicePixelRatio(
  1. BuildContext context
)

Implementation

double devicePixelRatio(BuildContext context) {
  return mediaQuery(context).devicePixelRatio;
}