-
Notifications
You must be signed in to change notification settings - Fork 106
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
wrap alignment does nothing #78
Comments
@martipello i have the same issue, this needs more attention. |
Same here! I can't align the rate bar to parent widget.. |
Well, until this isn't fixed i've user RatingBar.build inside an Align widget to center the rating bar. |
this issue should be fixed by this line: but currently |
change wrap alignment to center or start and observe it does nothing check the code and see its not being used
}
i think this alignment: WrapAlignment.start, should be widget.wrapAlignment
The text was updated successfully, but these errors were encountered: