screenHeight property

double screenHeight

Returns the pecentage of screen height based on the extended number Example: 20.screenHeight = (20 / 100) * currentScreenHeight

Implementation

double get screenHeight => (this / 100) * ResponsiveAppUtil.height;