ArcaneTracker.weekly constructor
const
ArcaneTracker.weekly({
- required List<
TrackerData> data, - int cellSize = 14,
- int gap = 3,
- bool showTooltips = true,
- bool showLegend = true,
- Map<
TrackerLevel, String> ? levelColors, - void onCellTap(
- int index,
- TrackerData data
- Key? key,
Implementation
const ArcaneTracker.weekly({
required this.data,
this.cellSize = 14,
this.gap = 3,
this.showTooltips = true,
this.showLegend = true,
this.levelColors,
this.onCellTap,
super.key,
}) : columns = 7;