needsBefore property

bool needsBefore

To optimize I'll provide these options Not all system need before/after and per-particle paint

E.g. if you use drawPoints you might just need before. If you don't compose or saveLayer() you might only need particle paint.

All enabled by default

Implementation

bool get needsBefore => true;