generateInsideSeparateThread property

bool generateInsideSeparateThread
final

Allows image generation to run in an isolated thread, preventing any impact on the UI. On web platforms, this will run in a separate web worker.

Enabling this feature will significantly speed up the image creation process.

If this is disabled, captureImagesInBackground will also be disabled.

Implementation

final bool generateInsideSeparateThread;