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

ButtonOrientation.vertical does not work with QtyStyle.classic #61

Open
BearAndBunny opened this issue Aug 13, 2024 · 1 comment
Open

Comments

@BearAndBunny
Copy link

As the title says, it is not possible to have a vertical layout with QtyStyle.classic where plus button is on top, then the quantity value and on the bottom the minus button. ButtonOrientation.vertical only works with either btnOnRight or btnOnLeft. But then the buttons are on top of each other and the value is to the left or right.

@pmatatias
Copy link
Owner

current concept is using prefixIcon and suffixIcon from TextFormField.

i think its possible to implement vertical orientation + classic style , but using additional Column widget.
I will try to add this feature later. however, feel free to open PR if you want to work on this feature.

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