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