MarkPoint constructor

MarkPoint({
  1. SymbolStyle symbolStyle = const SymbolStyle(),
  2. bool touch = false,
  3. LabelStyle? labelStyle,
  4. MarkType markType = MarkType.average,
  5. int precision = 1,
})

Implementation

MarkPoint({
  this.symbolStyle = const SymbolStyle(),
  this.touch = false,
  this.labelStyle,
  this.markType = MarkType.average,
  this.precision = 1,
});