screenHeight property

double screenHeight

The MediaQueryData.size.height of the current BuildContext

Implementation

double get screenHeight => mediaQuery.size.height;