screenHeight property

double get screenHeight

Get screen height

Implementation

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