connector method

String connector()

Returns the connector line sized to the title/content width.

Implementation

String connector() {
  return FrameRenderer.connectorLine(title, theme);
}