shim method

Widget shim()

Implementation

Widget shim() => animate(onPlay: (controller) => controller.repeat()).shimmer(duration: 3.seconds, color: Colors.grey.shade100);