InlinedStyle constructor

InlinedStyle({
  1. CSSStyle? inlineStyle,
  2. CSSStyle? attributesStyle,
})

Implementation

InlinedStyle({ this.inlineStyle, this.attributesStyle });