menu
tenun package
documentation
charts/waffle/simple_waffle_chart.dart
SimpleWaffleChartData
SimpleWaffleChartData.new const constructor
SimpleWaffleChartData.new const constructor
dark_mode
light_mode
SimpleWaffleChartData
constructor
const
SimpleWaffleChartData
(
{
required
String
label
,
required
double
value
,
Color
?
color
,
})
Implementation
const SimpleWaffleChartData({ required this.label, required this.value, this.color, });
tenun package
documentation
charts/waffle/simple_waffle_chart
SimpleWaffleChartData
SimpleWaffleChartData.new const constructor
SimpleWaffleChartData class