CrosshairGuide constructor

CrosshairGuide({
  1. Set<String>? selections,
  2. List<PaintStyle?>? styles,
  3. List<bool>? followPointer,
  4. int? layer,
  5. int? mark,
})

Creates a crosshair.

Implementation

CrosshairGuide({
  this.selections,
  this.styles,
  this.followPointer,
  this.layer,
  this.mark,
});