CrosshairGuide constructor

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

Creates a crosshair.

Implementation

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