fade constant

AnimationConfig const fade

Smooth fade animation

Implementation

static const fade = AnimationConfig(
  dialogStart: .fade,
  dialogEnd: .fade,
  snackbarStart: .fade,
  snackbarEnd: .fade,
  bottomsheetStart: .fade,
  bottomsheetEnd: .fade,
);