notBreak property

String notBreak

用于解决中英文混合排放,在Text中全部显示省略号问题

Implementation

String get notBreak => replaceAll('', '\u{200B}');