You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Sets the soft break mode for inline texts in a view hierarchy.
5
+
///
6
+
/// - parameter softBreakMode: If set to `space`, treats all soft breaks as spaces, keeping sentences whole. If set to `lineBreak`, treats soft breaks as full line breaks
7
+
///
8
+
/// - Returns: A view that uses the specified soft break mode for itself and its child views.
0 commit comments