rwbr / flutter_neat_and_clean_calendar

Simple and clean flutter calendar with ability to slide up/down to show weekly/monthly calendar. Forked from [flutter_clean_calender](https://pub.dev/packages/flutter_clean_calendar)
MIT License
104 stars 51 forks source link

Default day color for current month, and default non month day color. #35

Closed eugenedina closed 2 years ago

eugenedina commented 2 years ago

Any feedback is welcome, especially for the prop names chosen.

rwbr commented 2 years ago

I suggest to change the name of the property from defaultNonMonthDayColor to the better understandable defaultOutOfMonthDayColor. Added a corresponding change.