buildChanging method
- BuildContext context,
- Widget fromWidget,
- Widget toWidget,
- 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);