dateViewButtonBuilder property

dynamic Function(dynamic selectDateView(), DateTime selectedDate, bool isSelected)? dateViewButtonBuilder
final

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

Implementation

final Function(
  Function() selectDateView,
  DateTime selectedDate,
  bool isSelected,
)?
dateViewButtonBuilder;