bodySize method

Size bodySize(
  1. Size containerSize
)

Implementation

Size bodySize(Size containerSize) =>
    Size(bodyWidth(containerSize.width), bodyHeight(containerSize.height));