A table header group.
Node thead({String? classes, Style? style, List<Node>? children}) { return Node( tag: 'thead', attrs: {'class': classes, 'style': _styleAttr(style)}, children: children, ); }