breakWords method
break-words: word-break: break-word; ⚠️ 部分支持:通过 TextOverflow.ellipsis 实现
Implementation
TextBuilder breakWords() {
_overflow = TextOverflow.ellipsis;
return this;
}
break-words: word-break: break-word; ⚠️ 部分支持:通过 TextOverflow.ellipsis 实现
TextBuilder breakWords() {
_overflow = TextOverflow.ellipsis;
return this;
}