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