-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
Todo for desktop - Can't center Elevated Buttons 'remove completed' & 'mark all completed' #914
Labels
question
Further information is requested
Comments
Maybe it is not a bug of mobx? And you may need to show a minimal reproducible sample |
yes of course. Sorry Forgot to add the code... This is the original code of the main app:
I tried wrapping the widget in a
Here's the original relevant part of the widget code from github:
Then I tried wrapping the buttons in a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'v tried wrapping the buttons in Column and again in a Row in the `todo_widgets' didn't work.
Tried the same in the main code. That didn't work.
I also received error
too many arguments...expected 0 got 1
.The buttons look centered on the phone app but in my desktop app using
Expanded(flex: 25)
layout they are not centered.Not sure if it's a bug or how to fix.
The text was updated successfully, but these errors were encountered: