extAlpha method

Opacity extAlpha(
  1. double opacity
)

Implementation

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