deflatePaddingBorderWidth method

double deflatePaddingBorderWidth(
  1. double borderBoxWidth
)

Implementation

double deflatePaddingBorderWidth(double borderBoxWidth) {
  return borderBoxWidth - paddingLeft.computedValue - paddingRight.computedValue - border.left - border.right;
}