maxDay property

DateTime? maxDay
final

Maximum day to display in week view.

In calendar last date of the week that contains this data will be maximum date.

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

Implementation

final DateTime? maxDay;