StretchAnimatingBuilder typedef

StretchAnimatingBuilder = Widget Function(BuildContext context, Widget child, Animation animation, double animatingWidth, double animatingHeight)

Implementation

typedef StretchAnimatingBuilder = Widget Function(
    BuildContext context, Widget child, Animation animation, double animatingWidth, double animatingHeight);