iconSize20 function

double iconSize20(
  1. BuildContext context
)

fixed icon heights

Implementation

double width250(BuildContext context)=>screenHeight(context)*0.0552;/// fixed

/// icon heights
double iconSize20(BuildContext context)=>screenHeight(context)*0.023714;