FlutterRunSettings.

TraceSkia Property

Summary

--trace-skia Enable tracing of Skia code. This is useful when debugging the GPU thread. By default, Flutter will not log skia code.
Assembly
Cake.Flutter.dll
Namespace
Cake.Flutter
Containing Type
FlutterRunSettings

Syntax

public Nullable<bool> TraceSkia { get; set; }

Value

Type Description
Nullable<bool>