Set attributes on the html element
static Widget html({Map<String, String>? attributes}) { return Document.html(attributes: attributes); }