Updates Twitch host and shoutout event widgets to use StyledText for text rendering.
Host Event Widget: Replaces Text.rich with StyledText in lib/components/chat_history/twitch/host_event.dart. Utilizes StyledText tags to apply bold styling to the broadcaster's name and viewer count.
Shoutout Event Widgets: Integrates StyledText in both shoutout event widgets within lib/components/chat_history/twitch/shoutout_event.dart. Applies bold and colored styling to broadcaster names using StyledText tags.
Updates Twitch host and shoutout event widgets to use
StyledText
for text rendering.Text.rich
withStyledText
inlib/components/chat_history/twitch/host_event.dart
. UtilizesStyledText
tags to apply bold styling to the broadcaster's name and viewer count.StyledText
in both shoutout event widgets withinlib/components/chat_history/twitch/shoutout_event.dart
. Applies bold and colored styling to broadcaster names usingStyledText
tags.For more details, open the Copilot Workspace session.