Changes the opacity of the widget.
opacity The opacity level (0.0 to 1.0).
opacity
Opacity withOpacity([double opacity = 1.0]) { return Opacity(opacity: opacity, child: this); }