SimpleBulletChartData constructor
const
SimpleBulletChartData({})
Implementation
const SimpleBulletChartData({
required this.label,
required this.value,
required this.target,
this.minValue,
this.maxValue,
this.ranges = const [],
this.color,
this.targetColor,
});