InteractiveLayerOptions constructor
const
InteractiveLayerOptions({
- MarkerWidgetBuilder? builder,
- Alignment alignment = Alignment.center,
- bool rotate = true,
- MarkerWidgetBuilder? activeBuilder,
- double activeSizeFactor = 1.0,
- 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,
});