chatAppearance property
Chat-surface appearance from server. When present, fields override the SDK's MD3 defaults; when null/missing, the SDK uses the ambient ColorScheme.
Implementation
@JsonKey(name: 'fab_configuration') FabConfiguration? get fabConfiguration;/// Chat-surface appearance from server. When present, fields
/// override the SDK's MD3 defaults; when null/missing, the SDK
/// uses the ambient [ColorScheme].
// ignore: invalid_annotation_target
@JsonKey(name: 'chat_appearance') ChatAppearance? get chatAppearance;