height property

double get height

Returns the height of the device screen.

Implementation

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