isSkiaWeb top-level property
bool
get
isSkiaWeb
Returns true if the application is using CanvasKit or Skwasm.
Only to be used for web.
Implementation
bool get isSkiaWeb => isCanvasKit || isSkwasm;
Returns true if the application is using CanvasKit or Skwasm.
Only to be used for web.
bool get isSkiaWeb => isCanvasKit || isSkwasm;