connectorLine static method
Implementation
static String connectorLine(String title, PromptTheme theme) {
final g = theme.glyphs;
return '${theme.gray}${g.borderConnector}${g.borderHorizontal * (title.length + 6)}${theme.reset}';
}
static String connectorLine(String title, PromptTheme theme) {
final g = theme.glyphs;
return '${theme.gray}${g.borderConnector}${g.borderHorizontal * (title.length + 6)}${theme.reset}';
}