GaspardMerten / date_field

Flutter DateField and DateFormField
Other
46 stars 32 forks source link

how to change the colour of the date that is shown after selecting in the calendar? #23

Closed rounak610 closed 2 years ago

rounak610 commented 2 years ago

GaspardMerten commented 2 years ago

You need to provide the decoration parameter with an instance of the InputDecoration class!

Please check: https://medium.com/flutter-community/a-visual-guide-to-input-decorations-for-flutter-textfield-706cf1877e25