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

Make padding adjustable. #18

Closed
slavap opened this issue Jun 23, 2020 · 5 comments
Closed

Make padding adjustable. #18

slavap opened this issue Jun 23, 2020 · 5 comments

Comments

@slavap
Copy link

slavap commented Jun 23, 2020

Currently padding is hardcode, and actually it is a little bit excessive by default, i.e. padding: EdgeInsets.all(10.0),
Please make it adjustable.

image

@lcuis
Copy link
Owner

lcuis commented Jun 23, 2020

Hello @slavap ,

Thanks for the suggestion. It is indeed not flexible at the moment. However, the workaround explained here usually solves the padding questions:
icemanbsi#35

Please pet me know if that works for you too.

@slavap
Copy link
Author

slavap commented Jun 23, 2020

@lcuis I think that using transform: Matrix4.translationValues(-10,0,0), for just adjusting padding is overkill and hack :-) Please add normal way to define it.

@lcuis
Copy link
Owner

lcuis commented Jun 24, 2020

Well, as I said, this is a workaround. So, yes, it may be that one day, a better way to handle padding with search_choices will exist.

@slavap
Copy link
Author

slavap commented Jun 24, 2020

@lcuis sure, as workaround it is ok.

@lcuis
Copy link
Owner

lcuis commented Mar 7, 2021

I believe this was solved by #27 .
Feel free to reopen if needed.

@lcuis lcuis closed this as completed Mar 7, 2021
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