sud0su / calendar_agenda

MIT License
11 stars 14 forks source link

Average of selected date #2

Closed kksal55 closed 3 years ago

kksal55 commented 3 years ago

It is aligned right or left when the date is selected. Is it possible to add a centering parameter to it? E.g

Ekran Resmi 2021-09-23 12 40 19
sud0su commented 3 years ago

I'll try to find out how to put the selected date in the center, and I'll update the package

sud0su commented 3 years ago

i have updated the package, now you can put the selected day in the center of the day list by adding this option

        selectedDayPosition: SelectedDayPosition.center,
kksal55 commented 3 years ago

Thank you @sud0su