snapshotToImageSupported static method

bool snapshotToImageSupported()

Whether widget snapshotter supports snapshotting widgets to ui.Image. This is true when running native or canvaskit, false for HTML.

Implementation

static bool snapshotToImageSupported() => snapshotToImageSupportedInternal();