bodyClass property

  1. @override
String get bodyClass
override

Returns the CSS class to apply to the body element for this theme. Returns 'codex-{theme}' (e.g., 'codex-orange', 'codex-rainbow') to enable theme-specific styling in CSS.

Implementation

@override
String get bodyClass => 'codex-${theme.name}';