BadContributionCalendar constructor
const
BadContributionCalendar({
- Key? key,
- CalendarController? controller,
- CalendarConfig config = const CalendarConfig(),
- required DateTimeRange<
DateTime> range, - required Map<
DateTime, int> values, - void onDateTap()?,
Implementation
const BadContributionCalendar({
super.key,
this.controller,
this.config = const CalendarConfig(),
required this.range,
required this.values,
this.onDateTap,
});