SMISeries constructor
SMISeries(})
Initializes.
Implementation
SMISeries(
this.input, {
required this.smiOptions,
this.overboughtValue = 40,
this.oversoldValue = -40,
this.overboughtStyle = const LineStyle(),
this.oversoldStyle = const LineStyle(),
String? id,
}) : super(id ?? 'SMI');