shouldRemove property
This method will return true as soon as the particle reaches the end of its lifespan.
It will then be ready to be removed by a wrapping container.
Implementation
bool get shouldRemove => _shouldBeRemoved;
This method will return true as soon as the particle reaches the end of its lifespan.
It will then be ready to be removed by a wrapping container.
bool get shouldRemove => _shouldBeRemoved;