height200 function

double height200(
  1. BuildContext context
)

fixed container heights

Implementation

double padding80(BuildContext context)=> screenHeight(context)*0.0949;/// fixed

/// container heights
double height200(BuildContext context)=>screenHeight(context)*0.17000;