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

How can I change the black-transparent color in the background, behind the Calendar Dialog? #32

Open
arualana opened this issue Jan 20, 2021 · 1 comment

Comments

@arualana
Copy link

arualana commented Jan 20, 2021

Behind the FlutterRoundedDatePickerDialog there is a background that is black with transparency.

How can I cange this color? is this part of the Theme data?

Thank you

@nachiket-gohil
Copy link

No, That is not a part of ThemeData.
If you want to change that color, then use this attribute background: Colors.blue[50],
outside theme attribute and inside showRoundedDatePicker.
Hope this will solve your problem...

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