menu
nice2dev_flutter_ui
charts\nice_charts.dart
NiceHeatMap
onCellTap property
onCellTap
dark_mode
light_mode
onCellTap
property
void Function
(
int
row
,
int
col
,
double
value
)
?
onCellTap
final
Implementation
final void Function(int row, int col, double value)? onCellTap;
nice2dev_flutter_ui
nice_charts
NiceHeatMap
onCellTap property
NiceHeatMap class