chatAppearanceDark property
Dark-mode chat-surface appearance. Picked when the active theme brightness is dark; null/missing → the SDK's MD3 dark defaults.
Implementation
@JsonKey(name: 'chat_appearance') ChatAppearance? get chatAppearance;/// Dark-mode chat-surface appearance. Picked when the active theme
/// brightness is dark; null/missing → the SDK's MD3 dark defaults.
// ignore: invalid_annotation_target
@JsonKey(name: 'chat_appearance_dark') ChatAppearance? get chatAppearanceDark;