deflatePaddingBorderHeight method

double deflatePaddingBorderHeight(
  1. double borderBoxHeight
)

Implementation

double deflatePaddingBorderHeight(double borderBoxHeight) {
  return borderBoxHeight - paddingTop.computedValue - paddingBottom.computedValue - border.top - border.bottom;
}