isPrevProfile property
bool
get
isPrevProfile
Whether profile should be displayed before the message bubble.
Returns true if sender alignment is set to start.
Implementation
bool get isPrevProfile => senderAlignment == ChatAlignment.start;