getBottomBorder method

String getBottomBorder(
  1. int length
)

Implementation

String getBottomBorder(int length) {
  return bottomLeft + bottom * length + bottomRight;
}