getThirdHeight static method

double getThirdHeight(
  1. BuildContext context
)

Implementation

static double  getThirdHeight(BuildContext  context) {
  var result =  getHeight(context) / 3.0;
  // Log.i( "DeviceTools - getThirdWidth() - result: $result ");
  return result;
}