How do i create a chat UI?

  • create a user widget that represent a text message
  • the phone widget holds a scroll box
  • when message is sent, add a child to the scroll box, align as needed + Scroll to End

So something along the lines of:

But better, ideally. Use a Size Box & wrap the text to keep the message widgets in check.