buildInserting method

Widget buildInserting (
  1. BuildContext context,
  2. Widget widget,
  3. Animation<double> animation
)

Wraps the widget in an animated widget for inserting new items.

Implementation

Widget buildInserting(
    BuildContext context, Widget widget, Animation<double> animation);