HeaderBuilder typedef
HeaderBuilder =
Widget Function(BoxDecoration decoration, double height, Function nextMonthHandler, Function prevMonthHandler, NepaliDateTime nepaliDateTime)
Implementation
typedef HeaderBuilder = Widget Function(
BoxDecoration decoration,
double height,
Function nextMonthHandler,
Function prevMonthHandler,
NepaliDateTime nepaliDateTime,
);