alpha method

Opacity alpha(
  1. double opacity
)

Implementation

Opacity alpha(double opacity) => Opacity(child: this, opacity: opacity);