FPopoverMenuMotion constructor
const
FPopoverMenuMotion({})
Creates a FPopoverMenuMotion.
Implementation
const FPopoverMenuMotion({
this.fade = 0.4,
this.fadeDuration = const Duration(milliseconds: 100),
this.fadeCurve = Curves.linear,
});