TextDecorationCSS constructor
const
TextDecorationCSS({
- ColorCSS? color,
- TextDecorationTypeCSS? type,
- TextDecorationStyleCSS? style,
Implementation
const TextDecorationCSS({this.color, this.type, this.style});