opacity property

double opacity

Implementation

double get opacity => animationController == null
    ? (active ? 1.0 : 0.0)
    : animationController!.value;