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