viewHeight method

double viewHeight(
  1. num input
)

caculates the view height for the given input

Implementation

double viewHeight(num input) => input * (_screenHeight / 100);