screenWidth property

double screenWidth

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

Implementation

double get screenWidth => (this / 100) * ResponsiveAppUtil.width;