height property

double get height

The height of the screen.

Implementation

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