smooth constant

MorphConfig const smooth

Smooth morph (400ms)

Implementation

static const smooth = MorphConfig(
  duration: Duration(milliseconds: 400),
  curve: Curves.easeInOutCubic,
);