style method

ElementBuilder style(
  1. Map<String, String> style
)

Implementation

ElementBuilder style(Map<String, String> style) {
  _style = {...?_style, ...style};
  return this;
}