debugLogDiagnostics property

bool debugLogDiagnostics
final

When true, prints a structured diagnostic log on every quality change in debug builds (no-op in profile/release).

GlassAdaptiveScope(debugLogDiagnostics: true, child: child)

Defaults to false.

Implementation

final bool debugLogDiagnostics;