deviceHeightInPixel static method

double deviceHeightInPixel(
  1. BuildContext context
)

Implementation

static double deviceHeightInPixel(BuildContext context) =>
    MediaQuery.of(context).size.height;