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