opacity property

double opacity

Implementation

double get opacity => _display.when(
      instantaneous: (instantaneous) => _active ? instantaneous.opacity : 0.0,
      fadeIn: (fadeIn) => _animationController!.value,
    )!;