monthCellBuilder property

dynamic Function(dynamic selectMonth(), String month, bool isSelected, bool isAvailable)? monthCellBuilder
final

Custom builder for the month cells.

Implementation

final Function(
  Function() selectMonth,
  String month,
  bool isSelected,
  bool isAvailable,
)?
monthCellBuilder;