opacity property

double opacity

Implementation

double get opacity => opacityState?.fromController(this) ?? _opacity ?? 0;
void opacity=(double? value)

Implementation

set opacity(double? value) => _opacity = value;