WrapperElement constructor
WrapperElement({
- required StyledElement child,
Implementation
WrapperElement({
required StyledElement child,
}) : super(
node: html.Element.tag("wrapper-element"),
style: Style(),
children: [child],
name: "[wrapper-element]",
);