ScrollViewMonthYearBuilder typedef

ScrollViewMonthYearBuilder = Widget Function(DateTime monthDate)

Builder for the month and year in the scroll calendar view.

Implementation

typedef ScrollViewMonthYearBuilder = Widget Function(DateTime monthDate);