charts/mosaic/simple_mosaic_plot_chart library
Classes
- SimpleMosaicPlotCell
- SimpleMosaicPlotChart
- A categorical mosaic plot for showing size and composition together.
Typedefs
- SimpleMosaicPlotTapCallback = void Function(SimpleMosaicPlotCell cell, int xIndex, int yIndex)
- SimpleMosaicPlotTooltipBuilder = Widget Function(BuildContext context, SimpleMosaicPlotCell cell, int xIndex, int yIndex, String formattedValue, )
- SimpleMosaicPlotValueFormatter = String Function(double value)