LabelLayerOptions constructor
const
LabelLayerOptions({
- MarkerWidgetBuilder? builder,
- Alignment alignment = Alignment.bottomRight,
- bool rotate = true,
- bool hideOnEdit = false,
- EdgeInsets? margin,
- CollisionStrategy strategy = const StickyGoldenFanStrategy(hysteresisPx: 3.0),
- CollisionOptions collision = const CollisionOptions(),
Implementation
const LabelLayerOptions({
super.builder,
super.alignment = Alignment.bottomRight,
super.rotate = true,
this.hideOnEdit = false,
this.margin,
this.strategy = const StickyGoldenFanStrategy(hysteresisPx: 3.0),
this.collision = const CollisionOptions(),
});