hasDarkBackground property

bool? hasDarkBackground
final

Background override. If null, uses RenderConfig.hasDarkBackground.

This affects:

  • Syntax highlighting theme selection (when using AdaptiveChromaTheme)
  • Adaptive colors in custom styles

Implementation

final bool? hasDarkBackground;