monthLabelItemBuilder property

MonthLabelValueBuilder? monthLabelItemBuilder
final

Customn month label builder e.g.

monthLabelItemBuilder: (context, data, format) {
  return Text(DateFormat(DateFormat.YEAR_MONTH).format(data));
}

Implementation

final MonthLabelValueBuilder? monthLabelItemBuilder;