scrollAlignSentUserBubbleKey property

GlobalKey<State<StatefulWidget>> scrollAlignSentUserBubbleKey
final

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',
);