ActionPolylineOptions constructor
const
ActionPolylineOptions({
- Alignment alignment = Alignment.topRight,
- bool rotate = true,
- Curve animationCurve = Curves.easeInOut,
- EdgeInsets? margin,
Implementation
const ActionPolylineOptions({
this.alignment = Alignment.topRight,
this.rotate = true,
this.animationCurve = Curves.easeInOut,
this.margin,
});