S360fPieChart constructor

const S360fPieChart({
  1. required List<PieChartSectionData> data,
  2. void touchedIndex(
    1. int index
    )?,
  3. Key? key,
})

Implementation

const S360fPieChart({required this.data, this.touchedIndex, super.key});