textClip method
text-clip: text-overflow: clip; ✅ 支持:直接裁剪,不显示省略号
Implementation
TextBuilder textClip() {
  _overflow = TextOverflow.clip;
  return this;
}text-clip: text-overflow: clip; ✅ 支持:直接裁剪,不显示省略号
TextBuilder textClip() {
  _overflow = TextOverflow.clip;
  return this;
}