textNode function
A text node, for mixing raw strings into children lists.
Implementation
web.Text textNode(String value) => web.Text(value);
A text node, for mixing raw strings into children lists.
web.Text textNode(String value) => web.Text(value);