Widget html = Html( data: """<div> <h1>Demo Page</h1> <p>This is a fantastic product that you should buy!</p> <h3>Features</h3> <ul> <li>It actually works</li> <li>It exists</li> <li>It doesn't cost much!</li> </ul> <!--You can pretty much put any html in here!--> </div>""", );