menu
mahas_helper package
documentation
widgets/mahas_pie_chart.dart
MahasPieChart
MahasPieChart.new const constructor
MahasPieChart.new const constructor
dark_mode
light_mode
MahasPieChart
constructor
const
MahasPieChart
(
{
Key
?
key
,
required
List
<
Widget
>
buildIndicators
(),
required
List
<
PieChartSectionData
>
getSectionsData
(),
})
Implementation
const MahasPieChart({ super.key, required this.buildIndicators, required this.getSectionsData, });
mahas_helper package
documentation
widgets/mahas_pie_chart
MahasPieChart
MahasPieChart.new const constructor
MahasPieChart class