textBalance method
text-balance: text-wrap: balance; ⚠️ 部分支持:Flutter 没有直接的 balance 支持,使用默认换行
Implementation
TextBuilder textBalance() {
_maxLines = null; // 允许多行,尽可能平衡显示
return this;
}
text-balance: text-wrap: balance; ⚠️ 部分支持:Flutter 没有直接的 balance 支持,使用默认换行
TextBuilder textBalance() {
_maxLines = null; // 允许多行,尽可能平衡显示
return this;
}