dateCellBuilder property
dynamic Function(dynamic selectdate(), bool isSelected, bool isInTheCurrentMonth, bool isAvailable, int day)?
dateCellBuilder
final
Custom builder for the date cells.
Implementation
final Function(
Function() selectdate,
bool isSelected,
bool isInTheCurrentMonth,
bool isAvailable,
int day,
)?
dateCellBuilder;