Returns a string of words length with _word repeated
words
_word
static String words(int words) => _word * words;