isPersistent property

bool isPersistent
getter/setter pair

Avoids the scene from being disposed by the Widget. Meant to be used with ScenePainter.useOwnCanvas=true where a ScenePainter captures it's own drawing to be used as Picture (or Image eventually) by other ScenePainters. Warning: Experimental

Implementation

late bool isPersistent;