HeatmapCell constructor

const HeatmapCell({
  1. Key? key,
  2. required int level,
})

Implementation

const HeatmapCell({super.key, required this.level});