isCanvasKit top-level constant Null safety

bool const isCanvasKit

A constant that is true if the application is using canvasKit

Implementation

const bool isCanvasKit = bool.fromEnvironment('FLUTTER_WEB_USE_SKIA');