MarkLine constructor
MarkLine({
- SymbolStyle? startSymbol,
- SymbolStyle? endSymbol,
- bool touch = false,
- StyleFun<
int, LabelStyle> ? labelStyle, - LineStyle lineStyle = const LineStyle(),
- int precision = 2,
- MarkType startMarkType = MarkType.average,
- MarkType? endMarkType,
Implementation
MarkLine({
this.startSymbol,
this.endSymbol,
this.touch = false,
this.labelStyle,
this.lineStyle = const LineStyle(),
this.precision = 2,
this.startMarkType = MarkType.average,
this.endMarkType,
});