screenHeight property

double get screenHeight

Get full screen height in logical pixels.

Implementation

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