Adds width of spaces to the beginning of this string.
width
String prependSpace(int width) => '${" " * width}$this';