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