LabelPolylineOptions constructor

const LabelPolylineOptions({
  1. Alignment alignment = Alignment.bottomRight,
  2. bool rotate = true,
  3. bool hideOnEdit = false,
  4. EdgeInsets? margin,
})

Implementation

const LabelPolylineOptions({
  this.alignment = Alignment.bottomRight,
  this.rotate = true,
  this.hideOnEdit = false,
  this.margin,
});