HeatmapOptions constructor

const HeatmapOptions({
  1. int terminalWidth = 80,
  2. bool showMonthLabels = true,
})

Implementation

const HeatmapOptions({this.terminalWidth = 80, this.showMonthLabels = true});