InteractiveLayerOptions constructor

const InteractiveLayerOptions({
  1. MarkerWidgetBuilder? builder,
  2. Alignment alignment = Alignment.center,
  3. bool rotate = true,
  4. MarkerWidgetBuilder? activeBuilder,
  5. double activeSizeFactor = 1.0,
  6. double touchSizeFactor = 1.15,
})

Implementation

const InteractiveLayerOptions({
  super.builder,
  super.alignment = Alignment.center,
  super.rotate = true,
  this.activeBuilder,
  this.activeSizeFactor = 1.0,
  this.touchSizeFactor = 1.15,
});