height property

double height

Height

Returns height of device screen (y-axis)

Implementation

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