scrollAlignSentUserBubbleKey property
Scroll slack below the message list so Scrollable.ensureVisible can move the
latest user bubble toward the top of the viewport (see scheduleSentUserBubbleAlign).
Implementation
final GlobalKey scrollAlignSentUserBubbleKey = GlobalKey(
debugLabel: 'scrollAlignSentUserBubble',
);