StyleElement constructor
const
StyleElement({})
Implementation
const StyleElement({
this.name,
this.style,
this.width,
this.theme,
this.child,
this.children,
String? combinator,
}) : combinator = combinator ?? ' ';