chatAppearanceDark property
Dark-mode counterpart to chatAppearance. Selected when the active
theme brightness is dark. Same precedence rules as chatAppearance.
Implementation
ChatAppearance? get chatAppearance;/// Dark-mode counterpart to [chatAppearance]. Selected when the active
/// theme brightness is dark. Same precedence rules as [chatAppearance].
ChatAppearance? get chatAppearanceDark;