screenHeight property

double get screenHeight

Screen height

Implementation

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