You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to change any properties in textStyleDayButton but only the property color did not change. This color of textStyleDayButton always is white.
I test it on Android and the web, and this issue is the same.
How to fix this?
The text was updated successfully, but these errors were encountered:
I guess it works because FlutterRoundedDatePickerDialog checks whether the textstyle has been given and whether it contains color for textStyleDayButton TextStyle. So if we give it a TextStyle but without color it uses color from themeData instead of calculating primarySwatch brightness and setting dayButtonColor according to it.
I tried to change any properties in textStyleDayButton but only the property color did not change. This color of textStyleDayButton always is white.
I test it on Android and the web, and this issue is the same.
How to fix this?
The text was updated successfully, but these errors were encountered: