FPopoverMenuMotion constructor

const FPopoverMenuMotion({
  1. double fade = 0.4,
  2. Duration fadeDuration = const Duration(milliseconds: 100),
  3. Curve fadeCurve = Curves.linear,
})

Creates a FPopoverMenuMotion.

Implementation

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