Renders the component as a string.
@override String render() { final style = renderConfig.configureStyle(Style().foreground(Colors.info)); return '${style.render(frame)} $message'; }