asText method

TextBuilder asText()

将 String 转换为 TextBuilder,开始样式链式调用

Implementation

TextBuilder asText() {
  return TextBuilder(this);
}