Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RichText should be unopinionated about layout #8

Open
zach-klippenstein opened this issue Oct 7, 2020 · 0 comments
Open

RichText should be unopinionated about layout #8

zach-klippenstein opened this issue Oct 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@zach-klippenstein
Copy link
Collaborator

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.

@halilozercan halilozercan added the enhancement New feature or request label Aug 7, 2021
halilozercan added a commit that referenced this issue Jul 18, 2023
halilozercan added a commit that referenced this issue Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants