StyledElement constructor
StyledElement({})
Implementation
StyledElement({
this.name = "[[No name]]",
this.elementId = "[[No ID]]",
this.elementClasses = const [],
required this.children,
required this.style,
required dom.Element? node,
}) : _node = node;