CircularSegmentEntry constructor

const CircularSegmentEntry(
  1. double value,
  2. Color? color, {
  3. String? rankKey,
})

Implementation

const CircularSegmentEntry(this.value, this.color, {this.rankKey});