width203 function

double width203(
  1. BuildContext context
)

fixed container width

Implementation

double height12(BuildContext context)=>screenHeight(context)*0.0123;/// fixed

/// container width
double width203(BuildContext context)=>screenHeight(context)*0.0232;