casvanluijtelaar / paged_vertical_calendar

A simple paginated framework for implementing calendar based interfaces.
Apache License 2.0
37 stars 32 forks source link

Change Text Color and Language to Months #23

Closed DiegoVega19 closed 2 years ago

DiegoVega19 commented 2 years ago

How can I change the color of the text of each month? Also how can I change the language of these to Spanish? Thank you this packague is awesome!

casvanluijtelaar commented 2 years ago

you can use the monthBuilder input to create your own styled month headers, or the dayBuilder for the days. have a look at https://github.com/casvanluijtelaar/paged_vertical_calendar/blob/master/example/lib/main.dart#L41