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