setTextSpace method

TextStyle setTextSpace(
  1. int space
)

设置文本两边的间距

Implementation

TextStyle setTextSpace(int space) {
  textFormat.textSpace = space;
  return this;
}