monthViewButtonBuilder property

dynamic Function(dynamic selectMonthView(), DateTime selectedDate, bool isSelected)? monthViewButtonBuilder
final

Custom builder for the button to switch to the month view.

Implementation

final Function(
  Function() selectMonthView,
  DateTime selectedDate,
  bool isSelected,
)?
monthViewButtonBuilder;