numBlankDays property

int get numBlankDays

Blank 'spacer' days, if this is the first week of the month and the month does not start on the first day of the week. Publicly visible for tests.

Implementation

int get numBlankDays => 7 - numDays;