getItemCardHeightPointProduction static method

double getItemCardHeightPointProduction(
  1. Size size
)

Implementation

static double getItemCardHeightPointProduction(Size size) {
  return size.height * GlobalParams.ItemCardPointProduction;
}