screenHeight method

double screenHeight()

Returns the full height of the device screen.

Implementation

double screenHeight() => MediaQuery.of(this).size.height;