TextDecorationCSS constructor

const TextDecorationCSS({
  1. ColorCSS? color,
  2. TextDecorationTypeCSS? type,
  3. TextDecorationStyleCSS? style,
})

Implementation

const TextDecorationCSS({this.color, this.type, this.style});