-
Notifications
You must be signed in to change notification settings - Fork 72
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
I found the background can not set as pure COlors.white? #139
Comments
At Wolt we are using pure white. Can you share a screenshot? Alternatively, to be on the safe side, you can set the tint color to be transparent in the theme data extension as in this example |
@ulusoyca Am using themeData with useMaterial=3, and with a theme seed of Colors.purple. So when I set COlors.red as background color, it works, but when set pure white, it will always overwrite. |
@luohao123 Have you tried to set the surfaceTintColor to |
@luohao123 I was getting the same error, but after defining what @ulusoyca suggested it worked. Thanks. This is my code: AppTheme.defaultTheme: ThemeData( |
There is a fix by @yusufnadar . You can set the |
@ulusoyca thanks, does it works in pub.dev? Does surffaceIntColor can set in Walt widget rather than using themeData? |
BTW, wanna further ask, does it support some bouncing pop up animation built-in in walt? I really want the animation more smooth. |
It will override by another tint color,
cosnider support it and fix it?
The text was updated successfully, but these errors were encountered: