getCostumeWidth static method

double getCostumeWidth(
  1. BuildContext context,
  2. double d
)

Implementation

static double  getCostumeWidth(BuildContext  context, double d) {
  var result =  getWidth(context ) * (d/100.0);
  // Log.i( "DeviceTools - getThirdWidth() - result: $result ");
  return result;
}