IndicatorChartWidget constructor

const IndicatorChartWidget({
  1. Key? key,
  2. required IndicatorChartConfig config,
})

Implementation

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