SelectionPoint constructor

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

Class to define the selection point on the given widget

Implementation

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