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