opacity property
If non-null, the value from the Animation is multiplied with the opacity of each image pixel before painting onto the canvas.
Implementation
Animation<double>? get opacity => _opacity;
If non-null, the value from the Animation is multiplied with the opacity of each image pixel before painting onto the canvas.
Animation<double>? get opacity => _opacity;