ArcaneTracker.weekly constructor

const ArcaneTracker.weekly({
  1. required List<TrackerData> data,
  2. int cellSize = 14,
  3. int gap = 3,
  4. bool showTooltips = true,
  5. bool showLegend = true,
  6. Map<TrackerLevel, String>? levelColors,
  7. void onCellTap(
    1. int index,
    2. TrackerData data
    )?,
  8. 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;