AnimatedWidgetBuilder<W extends Widget, E> typedef

AnimatedWidgetBuilder<W extends Widget, E> = Widget Function(Widget child, Animation<double> animation)

Implementation

typedef AnimatedWidgetBuilder<W extends Widget, E> = Widget Function(
    Widget child, Animation<double> animation);