alphaExitAnimationSpec constant

MiuixPopupTweenSpec const alphaExitAnimationSpec

Implementation

static const MiuixPopupTweenSpec alphaExitAnimationSpec = MiuixPopupTweenSpec(
  Duration(milliseconds: 150),
  Curves.fastOutSlowIn,
);