menu
nice2dev_flutter_ui
charts\nice_charts.dart
NiceHeatMapCell
NiceHeatMapCell.new const constructor
NiceHeatMapCell.new
dark_mode
light_mode
NiceHeatMapCell
constructor
const
NiceHeatMapCell
(
{
required
int
row
,
required
int
col
,
required
double
value
,
})
Implementation
const NiceHeatMapCell({ required this.row, required this.col, required this.value, });
nice2dev_flutter_ui
nice_charts
NiceHeatMapCell
NiceHeatMapCell.new const constructor
NiceHeatMapCell class