height property

double get height

Access current screen height

Implementation

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