Wrap this chalk with specified prefix and suffix strings.
String wrap(String prefix, String suffix) => (_chalk.wrap(prefix, suffix))(this);