Sets the opacity of the widget.
Widget opacity(double value) { return Opacity( opacity: value, child: this, ); }