modulateOpacity property
double
get
modulateOpacity
Implementation
double get modulateOpacity => _modulateOpacity;
set
modulateOpacity
(double value)
Implementation
set modulateOpacity(double value) {
_modulateOpacity = value;
for (final ActorDrawable drawable in _drawableNodes) {
addDirt(drawable, DirtyFlags.paintDirty, true);
}
}