BorderCSS constructor

const BorderCSS({
  1. ColorCSS? color,
  2. BorderStyleCSS? style,
  3. SizeCSS? width,
})

Implementation

const BorderCSS({this.color, this.style, this.width})
  : this.type = _TypeBorderCSS.value;