expandIn constant

AnimationConfig const expandIn

Expand in

Implementation

static const expandIn = AnimationConfig(
  startSize: Size.zero,
  endSize: Size.infinite,
  curve: Curves.easeOutQuad,
);