onSelectDayTitle property

String Function(DateTime? selectStartTime, DateTime? selectEndTime, int selectedDays)? onSelectDayTitle
final

更新确定按钮 title 回调

Implementation

final String Function(
  DateTime? selectStartTime,
  DateTime? selectEndTime,
  int selectedDays,
)? onSelectDayTitle;