Closed Akshit792 closed 1 year ago
You should modify the colorScheme of your theme. The picker dialogue is a component of Flutter not of this package. It mainly uses the primary, onSurface and onPrimary fields of the color scheme.
If you just want to modify the color for the date picker without altering the global theme of your app, wrap the datefield widget with a Theme and specify a custom theme data.
bro can you please tell me how to change the color of date picker in date field.