MarkPoint constructor
MarkPoint({
- SymbolStyle symbolStyle = const SymbolStyle(),
- bool touch = false,
- LabelStyle? labelStyle,
- MarkType markType = MarkType.average,
- int precision = 1,
Implementation
MarkPoint({
this.symbolStyle = const SymbolStyle(),
this.touch = false,
this.labelStyle,
this.markType = MarkType.average,
this.precision = 1,
});