style property

SliceDataStyle? style
final

Sets uniform styling for the Pie/Slice in this SliceData.

The order of priority in styling is

  1. style in SliceData
  2. seriesStyle in PieSeries
  3. Default SliceDataStyle Style

Implementation

final SliceDataStyle? style;