height property

double get height

Get screen height

Implementation

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