PopupLayerOptions constructor
const
PopupLayerOptions({
- MarkerWidgetBuilder? builder,
- Alignment alignment = Alignment.topCenter,
- bool rotate = true,
- Duration animationDuration = const Duration(milliseconds: 300),
- Curve animationCurve = Curves.easeOut,
- EdgeInsets? margin,
Implementation
const PopupLayerOptions({
super.builder,
super.alignment = Alignment.topCenter,
super.rotate = true,
this.animationDuration = const Duration(milliseconds: 300),
this.animationCurve = Curves.easeOut,
this.margin,
});