menu
tx_design package
documentation
widgets/matching_text.dart
TxMatchingText
softWrap property
softWrap property
dark_mode
light_mode
softWrap
property
bool
?
softWrap
final
文本是否应该在软换行处中断。
如果为 false,文本中的字形将被定位为好像有无限的水平空间。
Implementation
final bool? softWrap;
tx_design package
documentation
widgets/matching_text
TxMatchingText
softWrap property
TxMatchingText class