Small constructor
const
Small({
- NodeElement? child,
- List<
NodeElement> ? children, - String? accesskey,
- bool autofocus = false,
- List<
StyleClass> ? classList, - bool contentEditable = false,
- String? dir,
- String? id,
- String? lang,
- String? role,
- bool spellcheck = false,
- List<
StyleCSS> ? styleList, - int? tabindex,
- String? title,
- String? onblur,
- String? onchange,
- String? onclick,
- String? ondblclick,
- String? onfocus,
- String? onkeydown,
- String? onkeypress,
- String? onkeyup,
- String? onload,
- String? onmousedown,
- String? onmousemove,
- String? onmouseout,
- String? onmouseover,
- String? onmouseup,
- String? onreset,
- String? onselect,
- String? onsubmit,
- String? onunload,
Implementation
const Small({
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,
this.onblur,
this.onchange,
this.onclick,
this.ondblclick,
this.onfocus,
this.onkeydown,
this.onkeypress,
this.onkeyup,
this.onload,
this.onmousedown,
this.onmousemove,
this.onmouseout,
this.onmouseover,
this.onmouseup,
this.onreset,
this.onselect,
this.onsubmit,
this.onunload,
}) : super(child: child, children: children);