childSaveLayer property

bool childSaveLayer
final

Whether to paint child in its own save layer.

This allows you to blend child and mask without the transparent areas of child influencing the result.

Enabling this option impacts performance, since it adds another save layer and should only be done if necessary.

Implementation

final bool childSaveLayer;