-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Comments
Hello @slavap , Thanks for the suggestion. It is indeed not flexible at the moment. However, the workaround explained here usually solves the padding questions: Please pet me know if that works for you too. |
@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. |
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. |
@lcuis sure, as workaround it is ok. |
I believe this was solved by #27 . |
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.
The text was updated successfully, but these errors were encountered: