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