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

Support reversing visible children #8

Open
hillelcoren opened this issue Jun 1, 2022 · 1 comment
Open

Support reversing visible children #8

hillelcoren opened this issue Jun 1, 2022 · 1 comment

Comments

@hillelcoren
Copy link

Currently I believe it's only possible to layout the children from left to right (or top to bottom). It would be helpful to be able to reverse this so the children are laid out right to left (or bottom to top) in the available space.

To explain our use case... we're using the widget to show save/cancel/email actions at the top of the screen. We'd like to ensure the save button is always shown in the top right corner and extra buttons are displayed to the left.

Thanks for the excellent package!

@ekuleshov
Copy link

I have a similar need. It would be cool to have something like align option, so we could align the child widgets to the right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants