LabelMarkerOptions constructor
const
LabelMarkerOptions({
- Alignment alignment = Alignment.bottomRight,
- bool rotate = true,
- required Widget label,
- bool hideOnEdit = false,
- EdgeInsets? margin,
Implementation
const LabelMarkerOptions({
this.alignment = Alignment.bottomRight,
this.rotate = true,
required this.label,
this.hideOnEdit = false,
this.margin,
});