Changes the widget's opacity.
Widget opacity(double opacity) { return Opacity(opacity: opacity, child: this); }