dayPickerGridDelegate property

SliverGridDelegate dayPickerGridDelegate

Grid delegate for the picker according to dayPickerRowHeight and maxDayPickerRowCount.

Implementation

SliverGridDelegate get dayPickerGridDelegate =>
    _DayPickerGridDelegate(dayPickerRowHeight, maxDayPickerRowCount);