pub static createDiv: CreateDivInternalTypeExpand description
Creates a
element in the DOM with given inner HTML.Examples
createDiv('this is some text');Parameters
html? inner HTML for element created
pub static createDiv: CreateDivInternalTypeCreates a
element in the DOM with given inner HTML.createDiv('this is some text');html? inner HTML for element created