PopupPolylineOptions constructor

const PopupPolylineOptions({
  1. Alignment alignment = Alignment.topCenter,
  2. bool rotate = true,
  3. Curve animationCurve = Curves.easeOut,
  4. EdgeInsets? margin,
})

Implementation

const PopupPolylineOptions({
  this.alignment = Alignment.topCenter,
  this.rotate = true,
  this.animationCurve = Curves.easeOut,
  this.margin,
});