PopupInfoView constructor

const PopupInfoView({
  1. Key? key,
  2. required KLineEntity entity,
  3. required double width,
  4. required ChartColors chartColors,
  5. required ChartTranslations chartTranslations,
  6. required bool materialInfoDialog,
  7. required List<String> timeFormat,
  8. required int fixedLength,
})

Implementation

const PopupInfoView({
  Key? key,
  required this.entity,
  required this.width,
  required this.chartColors,
  required this.chartTranslations,
  required this.materialInfoDialog,
  required this.timeFormat,
  required this.fixedLength,
}) : super(key: key);