wrap abstract method

Widget wrap(
  1. BuildContext context,
  2. Widget child,
  3. double progress
)

Wraps the child widget with this specific visual effect.

Implementation

Widget wrap(BuildContext context, Widget child, double progress);