height12 function

double height12(
  1. BuildContext context
)

fixes

Implementation

double height200(BuildContext context)=>screenHeight(context)*0.17000;/// fixes
double height12(BuildContext context)=>screenHeight(context)*0.0123;