nhabe library

Properties

defaultTitleBuilder String Function(MonthAndYear selectedMonth)
final

Typedefs

CalendarTitleBuilder = String Function(MonthAndYear monthAndYear)
build the calendar title based on input date time. e.g. Jan 2020
MonthChangedCallBack = void Function(MonthAndYear monthAndYear)
when the current month is changed
OnDateSelected = void Function(DateTime dateTime)