BorderCSS constructor
const
BorderCSS({
- ColorCSS? color,
- BorderStyleCSS? style,
- SizeCSS? width,
Implementation
const BorderCSS({this.color, this.style, this.width})
: this.type = _TypeBorderCSS.value;