yearViewButtonBuilder property
dynamic Function(dynamic selectYearView(), DateTime selectedDate, bool isSelected)?
yearViewButtonBuilder
final
Custom builder for the button to switch to the year view.
Implementation
final Function(
Function() selectYearView,
DateTime selectedDate,
bool isSelected,
)?
yearViewButtonBuilder;