SimpleContinuousHeatmapTapCallback typedef

SimpleContinuousHeatmapTapCallback = void Function(SimpleContinuousHeatmapBin bin, int rowIndex, int columnIndex)

Implementation

typedef SimpleContinuousHeatmapTapCallback =
    void Function(
      SimpleContinuousHeatmapBin bin,
      int rowIndex,
      int columnIndex,
    );