SelectionPoint constructor

SelectionPoint(
  1. double selectionPointXaxis,
  2. double selectionPointYaxis,
  3. Color color,
  4. double pointStroke,
)

Class to define the selection point on the given widget

Implementation

SelectionPoint(
  this.selectionPointXaxis,
  this.selectionPointYaxis,
  this.color,
  this.pointStroke,
);