Img constructor
const
Img({
- String? alt,
- String? height,
- bool ismap = false,
- String? src,
- String? width,
- String? usemap,
- 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 Img({
this.alt,
this.height,
this.ismap = false,
this.src,
this.width,
this.usemap,
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,
});