ActionLayerOptions constructor
const
ActionLayerOptions({
- MarkerWidgetBuilder? builder,
- Alignment alignment = Alignment.topRight,
- bool rotate = true,
- Duration animationDuration = const Duration(milliseconds: 150),
- Curve animationCurve = Curves.easeInOut,
- EdgeInsets? margin,
Implementation
const ActionLayerOptions({
super.builder,
super.alignment = Alignment.topRight,
super.rotate = true,
this.animationDuration = const Duration(milliseconds: 150),
this.animationCurve = Curves.easeInOut,
this.margin,
});