TrackerProps constructor
const
TrackerProps({
- required List<
TrackerData> data, - int columns = 12,
- int cellSize = 12,
- int gap = 3,
- bool showTooltips = true,
- bool showLegend = false,
- Map<
TrackerLevel, String> ? levelColors, - void onCellTap(
- int index,
- TrackerData data
Implementation
const TrackerProps({
required this.data,
this.columns = 12,
this.cellSize = 12,
this.gap = 3,
this.showTooltips = true,
this.showLegend = false,
this.levelColors,
this.onCellTap,
});