opacity property

double opacity

Implementation

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