CustomPieSlice constructor
const
CustomPieSlice({})
Implementation
const CustomPieSlice({
required this.name,
required this.value,
this.color,
this.borderColor,
this.borderWidth = 0,
this.explode = 0,
this.selected = false,
});