RallyPieChartSegment constructor

const RallyPieChartSegment({
  1. Color? color,
  2. double? value,
})

Implementation

const RallyPieChartSegment({this.color, this.value});