style method

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

Implementation

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