BulletChartWidget constructor

const BulletChartWidget({
  1. Key? key,
  2. required BulletChartConfig config,
})

Implementation

const BulletChartWidget({super.key, required this.config});