getHalfHeight static method

double getHalfHeight(
  1. BuildContext context
)

Implementation

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