isCanvasKit top-level property

bool isCanvasKit

Whether the CanvasKit renderer is being used on web.

Always returns false on non-web.

Implementation

bool get isCanvasKit => false;