loadingEffect method

Widget loadingEffect()

Wraps the widget in a MyLoadingEffect widget.

Implementation

Widget loadingEffect() => MyLoadingEffect(child: this);