setWidth method

TextStyle setWidth(
  1. int width
)

行打印设置无效

Implementation

TextStyle setWidth(int width) {
  textFormat.width = width;
  return this;
}