buildChanging method

Widget buildChanging (
  1. BuildContext context,
  2. Widget fromWidget,
  3. Widget toWidget,
  4. Animation<double> animation
)

Wraps the old Widget fromWidget and to new Widget toWidget in an animated one for changing items.

Implementation

Widget buildChanging(BuildContext context, Widget fromWidget, Widget toWidget,
    Animation<double> animation);