Wraps the widget in a MyLoadingEffect widget.
Widget loadingEffect() => MyLoadingEffect(child: this);