isCanvasKit property

bool isCanvasKit

Implementation

bool get isCanvasKit {
  return PlatformJS.instance.renderer == FlutterRenderer.canvasKit;
}