bottom method

String bottom()

Returns the bottom line sized to match the top.

Implementation

String bottom() {
  return FrameRenderer.bottomLine(title, theme);
}