showAvatar property

bool get showAvatar
inherited

Whether to show the bot avatar next to bot MESSAGES (and the typing indicator). The header avatar is unconditionally shown — this flag only gates the per-bubble avatar circle.

When true (default) each non-user message is preceded by the configured avatar circle. When false, the avatar is hidden and the bubble grows a small WhatsApp-style tail at its top-left to keep the sender visually anchored.

Host apps that want a denser, avatar-less message list (e.g. compact in-app coaches) can flip this without touching the bubble code.

Implementation

bool get isReadOnly;/// Whether to show the bot avatar next to bot MESSAGES (and the
/// typing indicator). The header avatar is unconditionally shown —
/// this flag only gates the per-bubble avatar circle.
///
/// When `true` (default) each non-user message is preceded by the
/// configured [avatar] circle. When `false`, the avatar is hidden
/// and the bubble grows a small WhatsApp-style tail at its
/// top-left to keep the sender visually anchored.
///
/// Host apps that want a denser, avatar-less message list (e.g.
/// compact in-app coaches) can flip this without touching the
/// bubble code.
bool get showAvatar;