PopupInfoView constructor
const
PopupInfoView({
- Key? key,
- required KLineEntity entity,
- required double width,
- required ChartColors chartColors,
- required ChartTranslations chartTranslations,
- required bool materialInfoDialog,
- required List<
String> timeFormat, - 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);