childOpacity property

double childOpacity

Implementation

double get childOpacity {
  return _layerEffect == null ? _renderOpacity : 1;
}