SimpleHeatmapTooltipBuilder typedef

SimpleHeatmapTooltipBuilder = Widget Function(BuildContext context, SimpleHeatmapCell cell, int rowIndex, int columnIndex, String formattedValue)

Implementation

typedef SimpleHeatmapTooltipBuilder =
    Widget Function(
      BuildContext context,
      SimpleHeatmapCell cell,
      int rowIndex,
      int columnIndex,
      String formattedValue,
    );