There are some locales that use Saturday as the week start.
Instead of having a startWeekWithSunday bool argument, how about an argument that takes the first day of the week index (where 0 is Sunday and 6 Saturday), so that one could pass the result of MaterialLocalizations.of(context).firstDayOfWeekIndex to PagedVerticalCalendar directly?
There are some locales that use Saturday as the week start.
Instead of having a startWeekWithSunday bool argument, how about an argument that takes the first day of the week index (where 0 is Sunday and 6 Saturday), so that one could pass the result of
MaterialLocalizations.of(context).firstDayOfWeekIndex
toPagedVerticalCalendar
directly?