NxtChartPage constructor

const NxtChartPage({
  1. required ChartInterface dataProvider,
  2. Key? key,
})

A standard single-panel chart for one symbol.

Implementation

const NxtChartPage({required this.dataProvider, super.key})
  : _scalper = false,
    initialOptType = null;