String prefix(String prefix) { final sb = StringBuffer(); sb.write(prefix.padRight(theme.spacing)); sb.write(this); return sb.toString(); }