style constant
Attribute
const style
Implementation
static const style = Attribute(
name: 'style',
type: 'final List<StyleCSS>? styleList;',
init: 'this.styleList',
html:
'if (styleList != null && styleList!.isNotEmpty) \' style="\${styleList!.map((e) => e.build()).join(\';\')}"\'',
);