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
It currently wraps children in a Column, but now that Arrangement.spacedBy exists, there's no need to do that. Not wrapping in a column allows long documents to be rendered using LazyColumn, for example.
Related, maybe RichTextStyle shouldn't include block spacing at all, although I think it still might be useful for lists and stuff.
The text was updated successfully, but these errors were encountered:
It currently wraps children in a
Column
, but now thatArrangement.spacedBy
exists, there's no need to do that. Not wrapping in a column allows long documents to be rendered usingLazyColumn
, for example.Related, maybe
RichTextStyle
shouldn't include block spacing at all, although I think it still might be useful for lists and stuff.The text was updated successfully, but these errors were encountered: