HCPlotWaterfallOnPointConnectorOptions constructor

const HCPlotWaterfallOnPointConnectorOptions({
  1. String? dashstyle,
  2. String? stroke,
  3. num? width,
})

Implementation

const HCPlotWaterfallOnPointConnectorOptions({
  this.dashstyle,
  this.stroke,
  this.width,
});