ActionPolylineOptions constructor

const ActionPolylineOptions({
  1. Alignment alignment = Alignment.topRight,
  2. bool rotate = true,
  3. Curve animationCurve = Curves.easeInOut,
  4. EdgeInsets? margin,
})

Implementation

const ActionPolylineOptions({
  this.alignment = Alignment.topRight,
  this.rotate = true,
  this.animationCurve = Curves.easeInOut,
  this.margin,
});