maxDayPickerHeight property

double maxDayPickerHeight

Maximum height of the day based picker according to dayPickerRowHeight and maxDayPickerRowCount.

Two extra rows: one for the day-of-week header and one for the month header.

Implementation

double get maxDayPickerHeight =>
    dayPickerRowHeight * (maxDayPickerRowCount + 2);