RadarEntry constructor

const RadarEntry({
  1. required double value,
})

RadarChart draws every point or entry with RadarEntry

Implementation

const RadarEntry({required this.value});