minDay property

DateTime? minDay
final

Minimum day to display in week view.

In calendar first date of the week that contains this data will be minimum date.

ex, If minDay is 16th March, 2022 then week containing this date will have dates from 14th to 20th (Monday to Sunday). adn 14th date will be the actual minimum date.

Implementation

final DateTime? minDay;