CrosshairGuide constructor

CrosshairGuide({
  1. Set<String>? selections,
  2. List<PaintStyle?>? styles,
  3. List<LabelStyle?>? labelStyles,
  4. List<PaintStyle?>? labelBackgroundStyles,
  5. List<double>? labelPaddings,
  6. List<bool>? showLabel,
  7. List<String? Function(dynamic)?>? formatter,
  8. List<bool>? followPointer,
  9. int? layer,
  10. int? mark,
  11. List<bool>? expandEdges,
})

Creates a crosshair.

Implementation

CrosshairGuide({
  this.selections,
  this.styles,
  this.labelStyles,
  this.labelBackgroundStyles,
  this.labelPaddings,
  this.showLabel,
  this.formatter,
  this.followPointer,
  this.layer,
  this.mark,
  this.expandEdges,
});