Main constructor
const
Main({})
Implementation
const Main({
NodeElement? child,
List<NodeElement>? children,
this.accesskey,
this.autofocus = false,
this.classList,
this.contentEditable = false,
this.contextmenu,
this.dir,
this.hidden = false,
this.id,
this.lang,
this.role,
this.spellcheck = false,
this.styleList,
this.tabindex,
this.title,
}) : super(child: child, children: children);