weekdayCellBuilder property

dynamic Function(String day, bool isToday)? weekdayCellBuilder
final

Custom builder for the weekday cells.

Implementation

final Function(String day, bool isToday)? weekdayCellBuilder;