SliceDataStyle constructor
const
SliceDataStyle({})
Encapsulates all the Styling options required for a PieChart. The order of priority in styling is
- style in SliceData
- seriesStyle in PieSeries
- Default SliceDataStyle Style
Implementation
const SliceDataStyle({
required this.radius,
this.labelPosition,
this.color = Colors.amber,
this.gradient,
this.strokeColor = Colors.deepOrange,
this.strokeWidth = 0.0,
});