GaspardMerten / date_field

Flutter DateField and DateFormField
Other
46 stars 32 forks source link

how to change the color of date picker in the date field #39

Closed Akshit792 closed 1 year ago

Akshit792 commented 1 year ago

bro can you please tell me how to change the color of date picker in date field.

GaspardMerten commented 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.