PopupMarkerOptions constructor
const
PopupMarkerOptions({})
Implementation
const PopupMarkerOptions({
this.alignment = Alignment.topCenter,
this.rotate = true,
required this.popup,
this.animationDuration = const Duration(milliseconds: 300),
this.animationCurve = Curves.easeOut,
this.margin,
});