ChatAppearance constructor
const
ChatAppearance({})
Implementation
const factory ChatAppearance({
/// Chat surface background (#RRGGBB). Falls back to
/// `colorScheme.surfaceContainerLow`.
String? surfaceColor,
/// Bot bubble background. Falls back to `colorScheme.surface`.
String? botBubbleColor,
/// User bubble background. Falls back to
/// `colorScheme.surfaceContainerHigh`.
String? userBubbleColor,
/// Bot bubble text. Falls back to `colorScheme.onSurface`.
String? botTextColor,
/// User bubble text. Falls back to `colorScheme.onSurface`.
String? userTextColor,
}) = _ChatAppearance;