PopupAnimation.fade constructor

const PopupAnimation.fade({
  1. Duration duration = const Duration(milliseconds: 300),
  2. Curve curve = Curves.ease,
})

Implementation

const PopupAnimation.fade({
  this.duration = const Duration(milliseconds: 300),
  this.curve = Curves.ease,
});