worldAlpha property

double worldAlpha

Returns the alpha value of the object relative to its parent and all its ancestors.

Implementation

double get worldAlpha {
  return alpha * ($parent?.worldAlpha ?? 1);
}